X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=engine%2Fplugin.py;h=fc68c48a7ea656e0471f31e8b5987bb42f7dc1e6;hb=a222cef0a10a5517349f05cea0e382b35e3a14a6;hp=e7dcfa9c70e00d23e9fe6d2adead7b24eb7a0962;hpb=6373f4c6f48b4a2e049372ad6c6dd4adf9c95b69;p=myslice.git diff --git a/engine/plugin.py b/engine/plugin.py index e7dcfa9c..fc68c48a 100644 --- a/engine/plugin.py +++ b/engine/plugin.py @@ -14,7 +14,8 @@ from engine.prelude import Prelude # . [ 'SliceList', 'TabbedView' ] : to debug these classes # . True : to debug all plugin -DEBUG= [ 'Tabs' ] +#DEBUG= [ 'Tabs' ] +DEBUG= False class Plugin: @@ -112,7 +113,6 @@ class Plugin: env ['settings_json' ] = settings_json # compute plugin-specific initialization js_init = render_to_string ( 'plugin-setenv.js', env ) - print 'js_init',js_init self.add_js_chunks (request, js_init) # interpret the result of requirements ()