We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50208a0 commit d944816Copy full SHA for d944816
virtualenvwrapper/hook_loader.py
@@ -56,7 +56,7 @@ def main():
56
console.setFormatter(formatter)
57
logging.getLogger('').addHandler(console)
58
59
- logging.getLogger(__name__).debug('cli args %s', args)
+ #logging.getLogger(__name__).debug('cli args %s', args)
60
61
# Determine which hook we're running
62
if not args:
0 commit comments