Commit 3b925951 authored by Vitja Makarov's avatar Vitja Makarov

Oops remove debug printing

parent 6cdb01e1
......@@ -428,7 +428,6 @@ def check_definitions(flow, compiler_directives):
# Find uninitialized references and cf-hints
for node, entry in references.iteritems():
print entry, node.cf_state
if Uninitialized in node.cf_state:
node.cf_maybe_null = True
if entry.from_closure or node.allow_null:
......
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