From 82d2fb08c01b61c50255876610af54bce03a5474 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sun, 17 Jun 2007 03:26:12 +0000 Subject: [PATCH] remove undeeded code --- src/core.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core.py b/src/core.py index b56c6d6ef..92f8d0946 100644 --- a/src/core.py +++ b/src/core.py @@ -682,10 +682,6 @@ class Manager: if torrent not in torrents_with_unique_ID: # print "Adding torrent to core:", torrent.filename, torrent.save_dir, torrent.compact try: - if(torrent.compact == True): - torrent.compact == "1" - else: - torrent.compact == "0" unique_ID = deluge_core.add_torrent(torrent.filename, torrent.save_dir, torrent.compact)