X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=engine%2Fpluginset.py;h=01442dcd86776e7ddb9a6f46bde1aab582b695f7;hb=9b89a32f1ae0a1e0618a9cc11138a766a4ba870b;hp=633874ce0b99bf393c073f7fc040f5b6bb75eb61;hpb=fcebef2a30c4061ef8b7e302ad9e88554ed6803a;p=unfold.git diff --git a/engine/pluginset.py b/engine/pluginset.py index 633874ce..01442dcd 100644 --- a/engine/pluginset.py +++ b/engine/pluginset.py @@ -48,9 +48,7 @@ class PluginSet: self.reset_queue() # run only once the document is ready js = "jQuery(function(){%(js)s})"%locals() - self.prelude.inspect('before add_js_chunks in async') self.add_js_chunks (js) - self.prelude.inspect('after add_js_chunks in async') #################### requirements/prelude management # just forward to self.pluginset - see decorator above