Commit 50351c77 authored by Stefan Behnel's avatar Stefan Behnel

Remove debug statement.

parent 3bb45384
......@@ -916,7 +916,6 @@ class ExprNode(Node):
# in different pxi files.
# TODO: Remove this hack and require shared declarations.
if not (src.type == dst_type or str(src.type) == str(dst_type) or dst_type.assignable_from(src_type)):
print(src_type, dst_type)
self.fail_assignment(dst_type)
return src
......
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