remove debug message
authorThomasV <thomasv@gitorious>
Sun, 29 Apr 2012 16:48:54 +0000 (20:48 +0400)
committerThomasV <thomasv@gitorious>
Sun, 29 Apr 2012 16:48:54 +0000 (20:48 +0400)
backends/abe/__init__.py

index f2c7ba5..cba7167 100644 (file)
@@ -428,7 +428,6 @@ class BlockchainProcessor(Processor):
                     break
                 if addr in self.watched_addresses:
                     status = self.store.get_status( addr )
-                    print "push_response", addr
                     self.push_response({ 'method':'blockchain.address.subscribe', 'params':[addr, status] })
 
             time.sleep(10)