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
|
break
|
||||||
if not samount:
|
if not samount:
|
||||||
samount = "%.16g %s" % (float(lamount) / coinspecs.atomic_units, coinspecs.name)
|
samount = "%.16g %s" % (float(lamount) / coinspecs.atomic_units, coinspecs.name)
|
||||||
log_log("AmountToString: %s -> %s" % (str(amount),samount))
|
|
||||||
return samount
|
return samount
|
||||||
|
|
||||||
def SendJSONRPCCommand(host,port,method,params):
|
def SendJSONRPCCommand(host,port,method,params):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue