remove uneeded print

This commit is contained in:
Jeff Becker 2018-11-27 09:11:43 -05:00
parent 23c41af5f8
commit 0cdc502d22
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ class AddrGen:
pub = bytes(fd.getbuffer())
addr = zb32_encode(libnacl.crypto_generichash(pub))
if addr.startswith(prefix):
print(addr)
self.sync[2] = 1
self.sync[0] = hi
self.sync[1] = lo