[Mpuls-commits] r1237 - wasko/branches/2.0/mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Feb 4 12:11:33 CET 2010
Author: torsten
Date: 2010-02-04 12:11:32 +0100 (Thu, 04 Feb 2010)
New Revision: 1237
Modified:
wasko/branches/2.0/mpulsweb/lib/navigation.py
Log:
Removed debugging output
Modified: wasko/branches/2.0/mpulsweb/lib/navigation.py
===================================================================
--- wasko/branches/2.0/mpulsweb/lib/navigation.py 2010-02-04 11:09:28 UTC (rev 1236)
+++ wasko/branches/2.0/mpulsweb/lib/navigation.py 2010-02-04 11:11:32 UTC (rev 1237)
@@ -53,13 +53,10 @@
def get_navigation(id, openfolders=None):
- print "n1"
factory = InstanceFactory(g.formedTree, PostgresDBInterface())
- print "n2"
instance_tree = factory.loadInstanceTreeByIdentifier(id,
session.get('uncommited_fields'))
navigation = NavigationTree(instance_tree, openfolders)
- print "n3"
return navigation
def render_navigation(mode="r"):
@@ -308,7 +305,6 @@
n.repeat = True
for child in nc.getChildren():
- print child.getMeta().getName()
c = self.build(child, n)
if c:
children.append(c)
More information about the Mpuls-commits
mailing list