From: Guillaume Pellerin Date: Thu, 2 Apr 2009 17:32:08 +0000 (+0000) Subject: remove queue log X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3cec15eb2f0d5e2f16bcda1ea6376ff51bfa6bb1;p=deefuzzer.git remove queue log --- 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()