aboutsummaryrefslogtreecommitdiff
path: root/python/bro.py
diff options
context:
space:
mode:
authorCosimo Lupo <cosimo.lupo@daltonmaag.com>2015-05-08 15:49:15 +0100
committerCosimo Lupo <cosimo.lupo@daltonmaag.com>2015-05-11 10:39:29 +0100
commitb7e8291788513ffb7fcb0c2eb7be2e238cbc1f93 (patch)
tree82dd8c90e84d1123de5eda2f11b94f9e991f3c24 /python/bro.py
parent4106a406d0109a7a91819402cf158610e7acbd6b (diff)
downloadbrotli-b7e8291788513ffb7fcb0c2eb7be2e238cbc1f93.zip
brotli-b7e8291788513ffb7fcb0c2eb7be2e238cbc1f93.tar.gz
brotli-b7e8291788513ffb7fcb0c2eb7be2e238cbc1f93.tar.bz2
[bro.py] remove debug print
Diffstat (limited to 'python/bro.py')
-rwxr-xr-xpython/bro.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/bro.py b/python/bro.py
index 3f370cd..c731a57 100755
--- a/python/bro.py
+++ b/python/bro.py
@@ -103,8 +103,6 @@ def main():
parser.set_defaults(**DEFAULT_PARAMS)
options = parser.parse_args()
- from pprint import pprint
- pprint(options.__dict__)
if options.infile:
if not os.path.isfile(options.infile):