diff options
Diffstat (limited to 'python/examples')
| -rw-r--r-- | python/examples/bin_info.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/examples/bin_info.py b/python/examples/bin_info.py index 4c4ab8fd..495fb5b5 100644 --- a/python/examples/bin_info.py +++ b/python/examples/bin_info.py @@ -38,7 +38,6 @@ def get_bininfo(bv): sys.exit(1) bv = BinaryViewType.get_view_of_file(filename) - log.redirect_output_to_log() log.log_to_stdout(True) contents = "## %s ##\n" % bv.file.filename |
