From ec03ff30853cec6ba95530fdf388d334b980d805 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Fri, 15 Jun 2007 23:14:58 +0000 Subject: [PATCH] Remove 'applying queue' print out --- src/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core.py b/src/core.py index f29f3500f..276cbff9a 100644 --- a/src/core.py +++ b/src/core.py @@ -446,7 +446,6 @@ class Manager: # altering max_active_torrents), or just from time to time # ___ALL queuing code should be in this function, and ONLY here___ def apply_queue(self, efficient = True): - print ("applying queue") # Handle autoseeding - downqueue as needed if self.get_pref('auto_seed_ratio') > 0: for unique_ID in self.unique_IDs: