From 6ef274e3bc68e11cc439ee9efee9ed8fa88118a0 Mon Sep 17 00:00:00 2001 From: David Halter Date: Thu, 10 May 2012 14:39:58 +0200 Subject: [PATCH] prints deleted --- evaluate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/evaluate.py b/evaluate.py index de4acb4b..a8265bcc 100644 --- a/evaluate.py +++ b/evaluate.py @@ -852,7 +852,6 @@ def follow_path(path, scope, position=None): if isinstance(current, parsing.Array): # this must be an execution, either () or [] if current.type == parsing.Array.LIST: - print 'cur', current, scope result = scope.get_index_types(current) elif current.type not in [parsing.Array.DICT]: # scope must be a class or func - make an instance or execution