##// END OF EJS Templates
logging: remove excesive log that is redundant with following entry.
marcink -
r118:160d7190 default
parent child Browse files
Show More
@@ -54,9 +54,6 b' class RepoFactory(object):'
54 def _repo(self, wire, createfunc):
54 def _repo(self, wire, createfunc):
55 context = wire.get('context', None)
55 context = wire.get('context', None)
56 cache = wire.get('cache', True)
56 cache = wire.get('cache', True)
57 log.debug(
58 'GET %s@%s with cache:%s. Context: %s',
59 self.__class__.__name__, wire['path'], cache, context)
60
57
61 if context and cache:
58 if context and cache:
62 cache_key = (context, wire['path'])
59 cache_key = (context, wire['path'])
General Comments 0
You need to be logged in to leave comments. Login now