mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Remove AmountToString debug log
This commit is contained in:
parent
4c76c9f616
commit
f24dbd3813
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ def AmountToString(amount):
|
|||
break
|
||||
if not samount:
|
||||
samount = "%.16g %s" % (float(lamount) / coinspecs.atomic_units, coinspecs.name)
|
||||
log_log("AmountToString: %s -> %s" % (str(amount),samount))
|
||||
return samount
|
||||
|
||||
def SendJSONRPCCommand(host,port,method,params):
|
||||
|
|
Loading…
Reference in a new issue