mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-25 01:58:54 +02:00
refactor: remove debug prints
This commit is contained in:
@@ -7,11 +7,9 @@ register = template.Library()
|
|||||||
|
|
||||||
@register.simple_tag
|
@register.simple_tag
|
||||||
def get_thousand_separator():
|
def get_thousand_separator():
|
||||||
print(get_format("THOUSAND_SEPARATOR"))
|
|
||||||
return get_format("THOUSAND_SEPARATOR")
|
return get_format("THOUSAND_SEPARATOR")
|
||||||
|
|
||||||
|
|
||||||
@register.simple_tag
|
@register.simple_tag
|
||||||
def get_decimal_separator():
|
def get_decimal_separator():
|
||||||
print(get_format("DECIMAL_SEPARATOR"))
|
|
||||||
return get_format("DECIMAL_SEPARATOR")
|
return get_format("DECIMAL_SEPARATOR")
|
||||||
|
|||||||
Reference in New Issue
Block a user