tear down the start_with_spin/need_spin/need-spin thingy
[myslice.git] / plugins / messages / __init__.py
index 65baea1..f765d50 100644 (file)
@@ -2,6 +2,7 @@ from unfold.plugin import Plugin
 
 # lists levels and sets them to enabled or not at startup
 default_levels = {'fatal': True, 'error': True, 'warning' : True, 'info' : True, 'debug' : False}
+#default_levels = {'fatal': False, 'error': False, 'warning' : False, 'info' : False, 'debug' : False}
 
 # there are two implementations available here
 # one shows up in the main page like a regular part of the page,
@@ -40,6 +41,3 @@ class Messages (Plugin):
     def json_settings_list (self):
         return [ 'plugin_uuid', 'levels' ]
 
-    # and we don't need a spin wheel 
-    def start_with_spin (self):
-        return False