Remove obsolete debug line from callback_runme.py

We stopped wrapping C++ static method A::bar as A_bar in SWIG 4.1.0.
This commit is contained in:
Olly Betts 2023-05-17 13:38:04 +12:00
parent 73872022fb
commit 56f82e5541
1 changed files with 0 additions and 1 deletions

View File

@ -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: