URI: 
       trm debug message - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit c2f2ec2a8c2eed7a3f848f77e8cb5cb3fa2a6bc8
   DIR parent c8cd187bd4441a06e80d53f0ddaeed45589f187e
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sun,  3 Nov 2013 11:06:57 +0100
       
       rm debug message
       
       Diffstat:
         M lib/network.py                      |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/network.py b/lib/network.py
       t@@ -258,7 +258,6 @@ class Network(threading.Thread):
        
        
            def new_blockchain_height(self, blockchain_height, i):
       -        print_error('new_blockchain_height')
                if self.is_connected():
                    h = self.heights.get(self.interface.server)
                    if h: