diff --git a/contrib/py/vanity/lokinet-vanity.py b/contrib/py/vanity/lokinet-vanity.py index 00b3f8bd0..09dc061ff 100644 --- a/contrib/py/vanity/lokinet-vanity.py +++ b/contrib/py/vanity/lokinet-vanity.py @@ -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