Remove AmountToString debug log

This commit is contained in:
moneromooo 2015-01-01 15:21:48 +00:00
parent 4c76c9f616
commit f24dbd3813
1 changed files with 0 additions and 1 deletions

View File

@ -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):