mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-14 08:42:45 +02:00
refactor: remove debug print
This commit is contained in:
@@ -42,7 +42,6 @@ class AirDatePickerInput(widgets.DateInput):
|
|||||||
|
|
||||||
if self.user and hasattr(self.user, "settings"):
|
if self.user and hasattr(self.user, "settings"):
|
||||||
user_format = self.user.settings.date_format
|
user_format = self.user.settings.date_format
|
||||||
print(user_format)
|
|
||||||
if user_format == "SHORT_DATE_FORMAT":
|
if user_format == "SHORT_DATE_FORMAT":
|
||||||
return get_format("SHORT_DATE_FORMAT", use_l10n=True)
|
return get_format("SHORT_DATE_FORMAT", use_l10n=True)
|
||||||
return user_format
|
return user_format
|
||||||
|
|||||||
Reference in New Issue
Block a user