remove log

This commit is contained in:
Pete Matsyburka
2024-07-29 16:50:25 +03:00
parent b94e6bf54a
commit 637011d55a
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -50,9 +50,7 @@ module TimeUtils
.sub(/Y+/, YEAR_FORMATS[format[/Y+/]])
I18n.l(date, format: i18n_format, locale:)
rescue Date::Error => e
Rollbar.warning("#{e}: #{string}") if defined?(Rollbar)
rescue Date::Error
string
end
end