summaryrefslogtreecommitdiff
path: root/python/log.py
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2017-05-02 21:30:09 -0400
committerPeter LaFosse <peter@vector35.com>2017-05-02 21:30:09 -0400
commit62a96d238dcfe93542f495c0a303baf2d4b3e046 (patch)
tree12a019c9b8c163d3d860164025f10fd92d47ddda /python/log.py
parent448097c6eca321519f2de88619afa804ad6d4ef9 (diff)
Make plugin loading errors show up in error console
Diffstat (limited to 'python/log.py')
-rw-r--r--python/log.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/log.py b/python/log.py
index 45adb4aa..f09b94a1 100644
--- a/python/log.py
+++ b/python/log.py
@@ -23,11 +23,6 @@
import _binaryninjacore as core
-def redirect_output_to_log():
- global _output_to_log
- _output_to_log = True
-
-
def log(level, text):
"""
``log`` writes messages to the log console for the given log level.