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 %{
|
%pythoncode %{
|
||||||
print_debug = True
|
print_debug = False
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%extend Foo {
|
%extend Foo {
|
||||||
|
|
Loading…
Reference in New Issue