mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 04:54:23 +00:00
debug removal
This commit is contained in:
parent
90a473e013
commit
2406bbcbae
@ -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…
x
Reference in New Issue
Block a user