summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-24 15:55:13 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-24 15:55:13 +0200
commit0fe7bb5192debd747a9ad3b48955feef9711d292 (patch)
tree0dea7fe1c14cef79e970851e3ecceefa5e44bfce
parenta293f002fe9edc6d30f852e9a5b0cfecd30e53d8 (diff)
downloadlogilab-common-0fe7bb5192debd747a9ad3b48955feef9711d292.tar.gz
remove debug print accidentaly commited
-rw-r--r--clcommands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/clcommands.py b/clcommands.py
index ac35ace..c286052 100644
--- a/clcommands.py
+++ b/clcommands.py
@@ -179,7 +179,6 @@ class Command(Configuration):
def main_run(self, args, rcfile=None):
if rcfile:
- print 'reading', rcfile, self.options
self.load_file_configuration(rcfile)
args = self.load_command_line_configuration(args)
self.check_args(args)