From 315c7dab060ac91413d5715423624c0074404052 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 22 Dec 2018 18:47:34 +0000 Subject: [PATCH] Remove debug display in python_pythoncode testcase --- Examples/test-suite/python_pythoncode.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/test-suite/python_pythoncode.i b/Examples/test-suite/python_pythoncode.i index 8191aa121..017f076c4 100644 --- a/Examples/test-suite/python_pythoncode.i +++ b/Examples/test-suite/python_pythoncode.i @@ -43,7 +43,7 @@ Foo* get_foo() {return new Foo();} %} %pythoncode %{ - print_debug = True + print_debug = False %} %extend Foo {