Skip to content

Commit

Permalink
log spam
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 14, 2024
1 parent e9ff84f commit 67473db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def update_dt(self):
date_format=self.config_core.get("date_format", "DMY"),
time_format=self.config_core.get("time_format", "full"),
lang=self.lang)
LOG.debug(f"Date info {self.lang}: {date_string_object}")
#LOG.debug(f"Date info {self.lang}: {date_string_object}")
time_string = date_string_object.get("time_string")
date_string = date_string_object.get("date_string")
weekday_string = date_string_object.get("weekday_string")
Expand Down

0 comments on commit 67473db

Please sign in to comment.