remove debug line
This commit is contained in:
parent
1951ea09cd
commit
24320d6444
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ class Daemon(AuthJSONRPCServer):
|
||||||
return d
|
return d
|
||||||
|
|
||||||
def _set_lbryid(self, lbryid):
|
def _set_lbryid(self, lbryid):
|
||||||
if lbryid is None or True:
|
if lbryid is None:
|
||||||
return self._make_lbryid()
|
return self._make_lbryid()
|
||||||
else:
|
else:
|
||||||
log.info("LBRY ID: " + base58.b58encode(lbryid))
|
log.info("LBRY ID: " + base58.b58encode(lbryid))
|
||||||
|
|
Loading…
Reference in a new issue