From 5383d6d19724118d3c295cacdd02b23cf1a99e1d Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Tue, 6 Nov 2007 03:45:19 +0000 Subject: [PATCH] remove debug print --- src/interface.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/interface.py b/src/interface.py index d3a2502f6..cb58ba1f2 100644 --- a/src/interface.py +++ b/src/interface.py @@ -770,7 +770,6 @@ trying to create \"%s\"\nPlease make sure you have the write permissions and the pass self.manager.remove_torrent(uid, False, True) self.torrent_model_remove(uid) - print save_info[0] unique_ID = self.manager.add_torrent(save_info[0], save_info[1], self.config.get("use_compact_storage")) self.torrent_model_append(unique_ID) if save_info[4]: