Skip to content

Commit

Permalink
Delete a useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoB-dev committed Dec 16, 2022
1 parent 551cf81 commit 9fdfd9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wifi_password/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ def generate_wifi_dict(profiles: list) -> dict:
print(f'List is empty.')
return

print(len(profiles))

for ssid in profiles:
if get_platform() == constants.MAC and len(profiles) > 1:
password = "*****"
Expand Down

0 comments on commit 9fdfd9d

Please sign in to comment.