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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jun 23 09:13:13 CEST 2010


Author: torsten
Date: 2010-06-23 09:13:12 +0200 (Wed, 23 Jun 2010)
New Revision: 3065

Modified:
   base/trunk/mpulsweb/lib/base.py
Log:
Removed some debugging output


Modified: base/trunk/mpulsweb/lib/base.py
===================================================================
--- base/trunk/mpulsweb/lib/base.py	2010-06-22 14:25:14 UTC (rev 3064)
+++ base/trunk/mpulsweb/lib/base.py	2010-06-23 07:13:12 UTC (rev 3065)
@@ -80,7 +80,6 @@
     """    
     # Create a render callable for the cache function
     def render_template():
-        log.debug('rendering')
         # Pull in extra vars if needed
         globs = extra_vars or {}
         
@@ -103,7 +102,6 @@
 
     def __init__(self):
         self.db = None
-        log.debug(_('Testuebersetzung'))
         self.page_cache = None
 
     def _loadCase(self, id):
@@ -117,7 +115,6 @@
         session['case'] = session_case
 
         # Only reset navigation if case is switched
-        log.debug("%s (%s) == %s (%s))" % (old_caseid, type(old_caseid), id, type(id)))
         if str(old_caseid) != str(id):
             open_folders = []
             navigation = get_navigation(id)



More information about the Mpuls-commits mailing list