From 978a2ae80b33d155420cc5ff1464baf3a4e996af Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Mon, 17 Sep 2007 04:20:40 +0000 Subject: [PATCH] Remove debug print from that last commit and re-add libtorrent metadata plugin. --- deluge/core/core.py | 2 +- deluge/core/torrentmanager.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/deluge/core/core.py b/deluge/core/core.py index 1630d46ac..38de95e49 100644 --- a/deluge/core/core.py +++ b/deluge/core/core.py @@ -114,7 +114,7 @@ class Core(dbus.service.Object): listen_ports[1]) # Load metadata extension - #self.session.add_extension(lt.create_metadata_plugin) + self.session.add_extension(lt.create_metadata_plugin) # Load utorrent peer-exchange if self.config["utpex"]: diff --git a/deluge/core/torrentmanager.py b/deluge/core/torrentmanager.py index f9e4166d0..af635ff16 100644 --- a/deluge/core/torrentmanager.py +++ b/deluge/core/torrentmanager.py @@ -110,7 +110,6 @@ class TorrentManager: # Make sure we are adding it with the correct allocation method. if compact is None: compact = config["compact_allocation"] - print "compact: ", compact try: handle = self.session.add_torrent(