remove debug line

This commit is contained in:
Jack 2016-10-26 03:22:45 -04:00
parent 1951ea09cd
commit 24320d6444

View file

@ -723,7 +723,7 @@ class Daemon(AuthJSONRPCServer):
return d
def _set_lbryid(self, lbryid):
if lbryid is None or True:
if lbryid is None:
return self._make_lbryid()
else:
log.info("LBRY ID: " + base58.b58encode(lbryid))