Mercurial > moin > 2.0
changeset 2394:2e84d4574332
removes debug statements
author | sharky93 <rishabhr123@gmail.com> |
---|---|
date | Sun, 18 Aug 2013 02:18:13 +0530 |
parents | 0cb9f75fb9ba |
children | e0a4950b9658 |
files | MoinMoin/themes/__init__.py |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/themes/__init__.py Sun Aug 18 02:08:46 2013 +0530 +++ b/MoinMoin/themes/__init__.py Sun Aug 18 02:18:13 2013 +0530 @@ -105,7 +105,6 @@ if endpoint not in app.cfg.endpoints_excluded: if not check_exists or exists: if endpoint in user_actions_endpoints: - print user_actions if flaskg.user.valid: href = url_for(endpoint, item_name=item_name) iconcls = icon[endpoint] @@ -148,8 +147,6 @@ item_navigation.append((endpoint, href, iconcls, label, title)) - print user_actions - return user_actions, item_navigation, item_actions def get_endpoint_iconmap(self):