aboutsummaryrefslogtreecommitdiff
path: root/interpreter.py
diff options
context:
space:
mode:
Diffstat (limited to 'interpreter.py')
-rwxr-xr-xinterpreter.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/interpreter.py b/interpreter.py
index 37b951f..d2c65e1a 100755
--- a/interpreter.py
+++ b/interpreter.py
@@ -705,7 +705,6 @@ class Interpreter():
def build_target(self, node, args, kwargs, targetclass):
args = self.flatten(args)
- print(args)
name = args[0]
sources = args[1:]
try: