From 62a96d238dcfe93542f495c0a303baf2d4b3e046 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Tue, 2 May 2017 21:30:09 -0400 Subject: Make plugin loading errors show up in error console --- python/log.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'python/log.py') 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. -- cgit v1.3.1