mirror of
https://github.com/google/brotli.git
synced 2024-11-08 21:30:04 +00:00
[bro.py] remove debug print
This commit is contained in:
parent
4106a406d0
commit
b7e8291788
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user