mirror of https://github.com/swig/swig
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:
parent
73872022fb
commit
56f82e5541
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue