X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Fplugin.py;h=de84878c1f58d3f26cdffbe55c1726b1903d5f4b;hb=a953233a34580bc72aa8b6b03c017ff94f9eee7d;hp=e15736de52175233081ad50c9345f247b19e1b66;hpb=18710ca42c0eb6c72ab5ce2449a9676dd6d491bd;p=myslice.git diff --git a/unfold/plugin.py b/unfold/plugin.py index e15736de..de84878c 100644 --- a/unfold/plugin.py +++ b/unfold/plugin.py @@ -176,7 +176,6 @@ class Plugin: env.update({'persistent_toggle':False,'display_hide_button':True,'display_show_button':False,'display_body':True}) if self.need_debug(): print "rendering plugin.html with env keys %s"%env.keys() - print "rendering plugin.html with env" for (k,v) in env.items(): if "display" in k or "persistent" in k: print k,'->',v result = render_to_string ('plugin.html',env)