Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
zediious committed Oct 21, 2022
1 parent e425c6a commit f190feb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mo2-purge-downloads/purge.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

uninstalled_data = line.strip().split('=')

print(uninstalled_data)

if uninstalled_data[1] == str('true'):

is_uninstalled = True
Expand Down

0 comments on commit f190feb

Please sign in to comment.