Skip to content

Commit 8ba174c

Browse files
committed
Remove WIP statement
1 parent bbab866 commit 8ba174c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

windows_tools/updates/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ def get_windows_updates_com(
137137
and int(entry.ResultCode in valid_status_codes)
138138
):
139139
updates.append(update)
140-
else:
141-
print("invalud")
142-
print(update)
143140

144141
return updates
145142

0 commit comments

Comments
 (0)