mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
debug removal
This commit is contained in:
parent
90a473e013
commit
2406bbcbae
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ DEFAULT_PREFS = {
|
|||
class Preferences:
|
||||
def __init__(self, filename=None, defaults=None):
|
||||
self.mapping = DEFAULT_PREFS
|
||||
print self.mapping.keys()
|
||||
self.config_file = filename
|
||||
if self.config_file is not None:
|
||||
self.load(self.config_file)
|
||||
|
|
Loading…
Add table
Reference in a new issue