Skip to content

Commit

Permalink
Removes breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
EAleixandre committed Sep 26, 2021
1 parent 1a6d149 commit ea0481c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insomniac/actions_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ def do_unfollow(device, my_username, username, storage, check_if_is_follower, us
print(f"Unfollowing @{username}...")
unfollow_button.click()
sleeper.random_sleep()
breakpoint()

unfollow_confirmed = False
dialog_view = DialogView(device)
if dialog_view.is_visible():
Expand Down

0 comments on commit ea0481c

Please sign in to comment.