From 56f82e554151a92ffcf6b938e5d57ac9d2170c9e Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 17 May 2023 13:38:04 +1200 Subject: Remove obsolete debug line from callback_runme.py We stopped wrapping C++ static method A::bar as A_bar in SWIG 4.1.0. --- Examples/test-suite/python/callback_runme.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Examples') diff --git a/Examples/test-suite/python/callback_runme.py b/Examples/test-suite/python/callback_runme.py index dbf957cbb..93883e064 100644 --- a/Examples/test-suite/python/callback_runme.py +++ b/Examples/test-suite/python/callback_runme.py @@ -2,7 +2,6 @@ import _callback from callback import * # callbacks are implemented by modifying docstrings, useful for debugging: -# print("A_bar doc: {}".format(A_bar.__doc__)) # print("A.bar doc: {}".format(A.bar.__doc__)) if foo(2) != 2: -- cgit v1.2.1