summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/callback_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/callback_runme.py')
-rw-r--r--Examples/test-suite/python/callback_runme.py1
1 files changed, 0 insertions, 1 deletions
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: