mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Remove stray debug logging lines
This commit is contained in:
parent
775aef5f9b
commit
1bc766213c
1 changed files with 0 additions and 3 deletions
|
@ -54,7 +54,6 @@ class OptionsDialog(object):
|
|||
]
|
||||
|
||||
def __init__(self):
|
||||
log.critical('I')
|
||||
self.accounts = Gtk.ListStore(str)
|
||||
self.labels = Gtk.ListStore(str)
|
||||
self.core_config = {}
|
||||
|
@ -423,8 +422,6 @@ class OptionsDialog(object):
|
|||
|
||||
class GtkUI(Gtk3PluginBase):
|
||||
def enable(self):
|
||||
log.critical('A')
|
||||
|
||||
self.builder = Gtk.Builder()
|
||||
self.builder.add_from_file(get_resource('config.ui'))
|
||||
self.builder.connect_signals(self)
|
||||
|
|
Loading…
Add table
Reference in a new issue