Skip to content

Commit

Permalink
Remove WIP statement
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan committed Oct 8, 2021
1 parent bbab866 commit 8ba174c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions windows_tools/updates/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ def get_windows_updates_com(
and int(entry.ResultCode in valid_status_codes)
):
updates.append(update)
else:
print("invalud")
print(update)

return updates

Expand Down

0 comments on commit 8ba174c

Please sign in to comment.