Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
SalaniLeo committed May 25, 2023
1 parent 29ee000 commit f2cff61
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Forecast/WttrInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,7 @@ def set_frcst_icon(forecast):

img = Gtk.Image()
img.set_pixel_size(35)

print(icon_loc + icon_id)


if icon_id == "01d":
img.set_from_file(icon_loc + 'weather-clear-large.svg')
elif icon_id == "02d" or icon_id == "03d":
Expand Down

0 comments on commit f2cff61

Please sign in to comment.