Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2d9825a

Browse files
committed
refactor(weather): comment out debug logging for weather data
1 parentbe368da commit2d9825a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/core/widgets/yasb/weather.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ def _update_label(self,update_class=True):
295295
ifself.weather_dataisNone:
296296
logging.warning("Weather data is not yet available.")
297297
return
298-
ifDEBUG:
299-
logging.debug(f"Weather data:{self.weather_data}")
298+
#if DEBUG:
299+
# logging.debug(f"Weather data: {self.weather_data}")
300300
active_widgets=self._show_alt_labelandself._widgets_altorself._widgets
301301
active_label_content=self._show_alt_labelandself._label_alt_contentorself._label_content
302302
label_parts=re.split(r'(<span.*?>.*?</span>)',active_label_content)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp