# HG changeset patch # User laurent # Date 1254992941 -7200 # Node ID 092e33606e51f0ca3a0c97c0e110ef5b72e6d596 # Parent 63249a965feb88808b37e0c92fc81b03a7610841 Remove testing printings in svgui module of python plugin diff -r 63249a965feb -r 092e33606e51 plugins/python/modules/svgui/svgui.py --- a/plugins/python/modules/svgui/svgui.py Thu Oct 08 11:04:06 2009 +0200 +++ b/plugins/python/modules/svgui/svgui.py Thu Oct 08 11:09:01 2009 +0200 @@ -71,11 +71,9 @@ runtimefile.write(svguiservercode % {"svgfile" : "gui.svg"}) runtimefile.write(""" def _runtime_%(location)s_begin(): - print "SVGUI start" website.LoadHMI(%(svgui_class)s, %(jsmodules)s) def _runtime_%(location)s_cleanup(): - print "SVGUI stop" website.UnLoadHMI() """ % {"location": location_str,