From 21774ec554d788ca5aa4a22ced72e1f7822f9ec1 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 27 Nov 2018 09:11:43 -0500 Subject: [PATCH] remove uneeded print --- contrib/py/vanity/lokinet-vanity.py | 1 - 1 file changed, 1 deletion(-) 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