Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit f2cff61

Browse files
committed
removed print
1 parent 29ee000 commit f2cff61

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Forecast/WttrInfo.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,7 @@ def set_frcst_icon(forecast):
385385

386386
img = Gtk.Image()
387387
img.set_pixel_size(35)
388-
389-
print(icon_loc + icon_id)
390-
388+
391389
if icon_id == "01d":
392390
img.set_from_file(icon_loc + 'weather-clear-large.svg')
393391
elif icon_id == "02d" or icon_id == "03d":

0 commit comments

Comments
 (0)