Commit e5527b24 authored by gsamain's avatar gsamain

Remove debug print

parent b338b0bf
...@@ -2730,7 +2730,6 @@ class CppClassScope(Scope): ...@@ -2730,7 +2730,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