Commit b4ea35de authored by gsamain's avatar gsamain Committed by Xavier Thompson

Remove debug print

parent 2afa7549
...@@ -2831,7 +2831,6 @@ class CppClassScope(Scope): ...@@ -2831,7 +2831,6 @@ class CppClassScope(Scope):
activated_method_type, entry.pos, 'extern') activated_method_type, entry.pos, 'extern')
activated_method_entry.is_cfunction = 1 activated_method_entry.is_cfunction = 1
activated_method_entry.is_variable = 1 activated_method_entry.is_variable = 1
print activated_method_entry
def declare_cfunction(self, name, type, pos, def declare_cfunction(self, name, type, pos,
cname=None, visibility='extern', api=0, in_pxd=0, cname=None, visibility='extern', api=0, in_pxd=0,
......
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