summaryrefslogtreecommitdiff
path: root/python/log.py
diff options
context:
space:
mode:
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.