aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/pythondemo2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pythondemo b/plugins/pythondemo
index 8ad3d5fb9..1edbb819e 100755
--- a/plugins/pythondemo
+++ b/plugins/pythondemo
@@ -20,7 +20,7 @@ def debug(s):
sys.stderr.write(__name__ + ':DEBUG:%s\n' % s)
sys.stderr.flush()
-proxy = IkiWikiProcedureProxy(__name__, debug_fn=debug)
+proxy = IkiWikiProcedureProxy(__name__, debug_fn=None)
def _arglist_to_dict(args):
if len(args) % 2 != 0: