refactor: remove debug prints

This commit is contained in:
Herculino Trotta
2024-12-21 16:30:17 -03:00
parent d570be9dd6
commit 68992839c2

View File

@@ -7,11 +7,9 @@ register = template.Library()
@register.simple_tag
def get_thousand_separator():
print(get_format("THOUSAND_SEPARATOR"))
return get_format("THOUSAND_SEPARATOR")
@register.simple_tag
def get_decimal_separator():
print(get_format("DECIMAL_SEPARATOR"))
return get_format("DECIMAL_SEPARATOR")