Browse Source

cosmetic: remove too-verbose debug log

Damien ACCORSI 10 years ago
parent
commit
61c1f3b4d1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tracim/tracim/lib/base.py

+ 2 - 1
tracim/tracim/lib/base.py View File

@@ -60,7 +60,8 @@ class BaseController(TGController):
60 60
             controller = step[1]
61 61
             url = '/'.join([url.rstrip('/'), path.rstrip('/')]) # we always remove trailing slash
62 62
 
63
-            logger.debug(self, ' Looking for item related to controller {} [type: {}]'.format(path, controller.__class__))
63
+            # LOW-LEVEL DEBUG related log
64
+            # logger.debug(self, ' Looking for item related to controller {} [type: {}]'.format(path, controller.__class__))
64 65
 
65 66
             if not skip_id:
66 67
                 if id and self==controller: