diff options
| author | Peter LaFosse <peter@vector35.com> | 2017-05-02 22:16:52 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2017-05-02 22:16:52 -0400 |
| commit | 597a190065ed23553c8351905803b6b5699c18cd (patch) | |
| tree | 186386f27c3dbd936dd99dd9b2ab10db9a190668 /python/examples | |
| parent | 62a96d238dcfe93542f495c0a303baf2d4b3e046 (diff) | |
add method to query log output state
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 |
