remove debug print line

This commit is contained in:
Marcos Pinto 2007-06-15 21:53:34 +00:00
parent 630f55dda2
commit 1d4561d513
1 changed files with 0 additions and 1 deletions

View File

@ -446,7 +446,6 @@ class Manager:
# altering max_active_torrents), or just from time to time # altering max_active_torrents), or just from time to time
# ___ALL queuing code should be in this function, and ONLY here___ # ___ALL queuing code should be in this function, and ONLY here___
def apply_queue(self, efficient = True): def apply_queue(self, efficient = True):
print "applying queue";
# Handle autoseeding - downqueue as needed # Handle autoseeding - downqueue as needed
if self.get_pref('auto_seed_ratio') > 0: if self.get_pref('auto_seed_ratio') > 0:
for unique_ID in self.unique_IDs: for unique_ID in self.unique_IDs: