Removed the unused logging from the accounting_amount template filter in the accounting application.
This commit is contained in:
parent
f90b764770
commit
6a9eb5ed0e
@ -31,7 +31,6 @@ def accounting_amount(value):
|
||||
return ""
|
||||
if value == 0:
|
||||
return "-"
|
||||
print(value)
|
||||
s = str(abs(value))
|
||||
while True:
|
||||
m = re.match("^([1-9][0-9]*)([0-9]{3})", s)
|
||||
|
Loading…
Reference in New Issue
Block a user