[Mpuls-commits] r5845 - base/trunk/mpulsweb/lib

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Fri Mar 2 14:40:51 CET 2012


Author: ludwig
Date: 2012-03-02 14:40:51 +0100 (Fri, 02 Mar 2012)
New Revision: 5845

Modified:
   base/trunk/mpulsweb/lib/helpers.py
Log:
Issue 2738 Bugfix: Remove debug code. 


Modified: base/trunk/mpulsweb/lib/helpers.py
===================================================================
--- base/trunk/mpulsweb/lib/helpers.py	2012-03-02 13:38:54 UTC (rev 5844)
+++ base/trunk/mpulsweb/lib/helpers.py	2012-03-02 13:40:51 UTC (rev 5845)
@@ -59,19 +59,6 @@
 
 log = logging.getLogger(__name__)
 
-# XXX Test propose
-def url_for(*args, **kargs):
-    tmp_url = url_for2(*args, **kargs)
-    print "XXX url_for", tmp_url
-    return tmp_url
-
-def url(*args, **kargs):
-    tmp_url = url2(*args, **kargs)
-    print "XXX url", tmp_url
-    return tmp_url
-
-# XXX End test code
-
 # unicode helper
 def ensure_unicode(s):
     """Convert s to a unicode object.



More information about the Mpuls-commits mailing list