|
@@ -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:
|