[Mpuls-commits] r1512 - wasko/branches/2.0/waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Feb 11 10:36:40 CET 2010
Author: torsten
Date: 2010-02-11 10:36:39 +0100 (Thu, 11 Feb 2010)
New Revision: 1512
Modified:
wasko/branches/2.0/waskaweb/controllers/navigation.py
Log:
Removed debugging output.
Modified: wasko/branches/2.0/waskaweb/controllers/navigation.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/navigation.py 2010-02-11 09:35:51 UTC (rev 1511)
+++ wasko/branches/2.0/waskaweb/controllers/navigation.py 2010-02-11 09:36:39 UTC (rev 1512)
@@ -47,7 +47,6 @@
raise HTTPNotFound()
def open_branch(self, id):
- print id
self.navigation = session['navigation.tree']
tree_item = self.navigation.getTreeItem(id)
if not tree_item:
More information about the Mpuls-commits
mailing list