From 2deac18823cfd044b8a2b2ec67420f0a2d70a776 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 5 Apr 2013 10:59:19 +0200 Subject: [PATCH] remove dbg statement --- unfold/plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unfold/plugin.py b/unfold/plugin.py index b7ad65b8..cc2eaeba 100644 --- a/unfold/plugin.py +++ b/unfold/plugin.py @@ -156,7 +156,6 @@ class Plugin: self.need_spin=self.start_with_spin() env.update(self.__dict__) # translate high-level 'toggled' into 4 different booleans - print "domid",self.domid,"toggled",self.toggled if self.toggled=='persistent': # start with everything turned off and let the js callback do its job env.update({'persistent_toggle':True,'display_hide_button':False,'display_show_button':False,'display_body':False}) -- 2.47.0