summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-08-15 10:47:30 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-08-15 10:47:30 -0400
commit39696e0999db036987183ca7adcea71bb55ef92b (patch)
tree071d4f60a6bb1f2ff68483d52f463ed1e70be613
parenta5a5fb04ac4d74f00c0d069b80ffdb03cf269054 (diff)
downloadcliff-39696e0999db036987183ca7adcea71bb55ef92b.tar.gz
remove debug print
Change-Id: I50e9d11f78482c90dcdab5eb3025a21f0f5c326e Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
-rw-r--r--cliff/app.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cliff/app.py b/cliff/app.py
index 06c0c5a..f83b97a 100644
--- a/cliff/app.py
+++ b/cliff/app.py
@@ -121,7 +121,6 @@ class App(object):
# Set up logging to a file
if self.options.log_file:
- print 'configuring logging to', self.options.log_file
file_handler = logging.FileHandler(
filename=self.options.log_file,
)