X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=unfold%2Fplugin.py;h=c2bca297ef5b7a441e4dfc2979924a689d2057bb;hb=cd40c6b56d5b19810a472cf4ec7ca4d6ce2933d7;hp=c5ce3a0acb56b1b9509459a5c9aa930e5bd1d9a2;hpb=0426cdd4479234df3498deb8675511cd26e866c2;p=unfold.git diff --git a/unfold/plugin.py b/unfold/plugin.py index c5ce3a0a..c2bca297 100644 --- a/unfold/plugin.py +++ b/unfold/plugin.py @@ -17,7 +17,7 @@ from unfold.prelude import Prelude DEBUG= False #DEBUG= [ 'SliceList' ] -DEBUG=True +#DEBUG=True # decorator to deflect calls on Plugin to its Prelude through self.page.prelude def to_prelude (method):