mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-17 23:13:57 +01:00
refactor: remove debug prints
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user