[Mpuls-commits] r5758 - base/trunk/mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jan 10 09:58:14 CET 2012
Author: bricks
Date: 2012-01-10 09:58:10 +0100 (Tue, 10 Jan 2012)
New Revision: 5758
Modified:
base/trunk/mpulsweb/lib/helpers.py
Log:
Remove debug output
Modified: base/trunk/mpulsweb/lib/helpers.py
===================================================================
--- base/trunk/mpulsweb/lib/helpers.py 2012-01-10 08:47:59 UTC (rev 5757)
+++ base/trunk/mpulsweb/lib/helpers.py 2012-01-10 08:58:10 UTC (rev 5758)
@@ -435,7 +435,6 @@
# NOTE: Nested outline RG are not supported.
element_id = ":".join(id.split(':')[1:][-2:])
anchor_id = ":".join(id.split(':')[1:])
- print "id: %s element_id: %s anchor_id: %s" % (id, element_id, anchor_id)
return url_for(controller='/formularpage', action='select',
id=('%s:%s' % (page, element_id)),
anchor=('%s:%s' % (name,
More information about the Mpuls-commits
mailing list