summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)