Remove unneeded diagnostic text from system plugin
This commit is contained in:
parent
4e897ee0be
commit
fd1a1b371f
@ -71,7 +71,6 @@ class pluginclass( object ):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def changePluginSize( self, client, connection_id, entry, args ):
|
def changePluginSize( self, client, connection_id, entry, args ):
|
||||||
print("One")
|
|
||||||
self.allowScrollbar = self.gconf.get( "bool", "allowScrollbar", False)
|
self.allowScrollbar = self.gconf.get( "bool", "allowScrollbar", False)
|
||||||
if entry.get_key() == self.gconf.gconfDir+"width":
|
if entry.get_key() == self.gconf.gconfDir+"width":
|
||||||
self.width = entry.get_value().get_int()
|
self.width = entry.get_value().get_int()
|
||||||
@ -87,7 +86,6 @@ class pluginclass( object ):
|
|||||||
|
|
||||||
|
|
||||||
def RegenPlugin( self, *args, **kargs ):
|
def RegenPlugin( self, *args, **kargs ):
|
||||||
print("Two")
|
|
||||||
self.GetGconfEntries()
|
self.GetGconfEntries()
|
||||||
self.ClearAll()
|
self.ClearAll()
|
||||||
self.do_standard_items()
|
self.do_standard_items()
|
||||||
|
Loading…
Reference in New Issue
Block a user