diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index 3bfb948..b20a0e4 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -395,9 +395,6 @@ def sherlock(username, site_data, query_notify, error_flag = False else: # If it's list, it will iterate all the error message - print("woah") - print(errors) - exit() for error in errors: if error in r.text: error_flag = False