Remove debug display in python_pythoncode testcase

This commit is contained in:
William S Fulton 2018-12-22 18:47:34 +00:00
parent f5d2e97228
commit 315c7dab06
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Foo* get_foo() {return new Foo();}
%}
%pythoncode %{
print_debug = True
print_debug = False
%}
%extend Foo {