From 3cec15eb2f0d5e2f16bcda1ea6376ff51bfa6bb1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 2 Apr 2009 17:32:08 +0000 Subject: [PATCH] remove queue log --- deefuzz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deefuzz.py b/deefuzz.py index c40d917..cdaa563 100755 --- a/deefuzz.py +++ b/deefuzz.py @@ -287,7 +287,7 @@ class Station(Thread): self.channel.sync() # Get the queue q.task_done() - print "Station eated one queue step: "+str(it) + #print "Station eated one queue step: "+str(it) self.channel.close() -- 2.39.5