Skip to content

Commit d944816

Browse files
committed
comment out debug logging
1 parent 50208a0 commit d944816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualenvwrapper/hook_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def main():
5656
console.setFormatter(formatter)
5757
logging.getLogger('').addHandler(console)
5858

59-
logging.getLogger(__name__).debug('cli args %s', args)
59+
#logging.getLogger(__name__).debug('cli args %s', args)
6060

6161
# Determine which hook we're running
6262
if not args:

0 commit comments

Comments
 (0)