Ooops, remove debugging code

I didn't mean to leave that in, it defeats the whole point of the except here!
This commit is contained in:
Daniel Johnson 2022-11-04 17:04:26 -04:00
parent 6a4150f628
commit 2f474ffedc

View file

@ -171,4 +171,3 @@ def update_all_artwork():
set_artwork(game)
except Exception as ex:
logger.error("Failed to update steam shortcut artwork: %s", ex)
raise ex