1
0
forked from VimPlug/jedi

Remove a debugging statement.

This commit is contained in:
Dave Halter
2016-12-15 00:34:50 +01:00
parent edf1c319c6
commit 6fe9971122

View File

@@ -78,9 +78,6 @@ class Warning(Error):
def add(context, error_name, node, message=None, typ=Error, payload=None):
from jedi.evaluate import Evaluator
if isinstance(context, Evaluator) or context is None:
raise 1
exception = CODES[error_name][1]
if _check_for_exception_catch(context, node, exception, payload):
return