mirror of https://github.com/swig/swig
Remove debug display in python_pythoncode testcase
This commit is contained in:
parent
f5d2e97228
commit
315c7dab06
|
@ -43,7 +43,7 @@ Foo* get_foo() {return new Foo();}
|
|||
%}
|
||||
|
||||
%pythoncode %{
|
||||
print_debug = True
|
||||
print_debug = False
|
||||
%}
|
||||
|
||||
%extend Foo {
|
||||
|
|
Loading…
Reference in New Issue