|  | 
 |  | 
 | 
												
													
														| 60 |              controller = step[1]
 | 60 |              controller = step[1]
 | 
												
													
														| 61 |              url = '/'.join([url.rstrip('/'), path.rstrip('/')]) # we always remove trailing slash
 | 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 |              if not skip_id:
 | 66 |              if not skip_id:
 | 
												
													
														| 66 |                  if id and self==controller:
 | 67 |                  if id and self==controller:
 |