Commit 8b550b26 authored by Robert Bradshaw's avatar Robert Bradshaw

Remove debugging.

parent 27a95b9b
......@@ -1759,8 +1759,6 @@ class NameNode(AtomicExprNode):
self.inferred_type.is_builtin_type):
# assume that type inference is smarter than the static entry
type = self.inferred_type
if entry.type != self.inferred_type:
print self.pos, entry.type, self.inferred_type
self.type = type
def check_identifier_kind(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment