Skip to content

Commit

Permalink
Removed duplicate debug info.
Browse files Browse the repository at this point in the history
  • Loading branch information
kilgoretrout1985 committed May 8, 2019
1 parent b688a9a commit efacd5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pdns-mysql-domain-exp/domain_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def whois_exp_check(domain: str) -> Union[str, None]:
except (subprocess.CalledProcessError, socket.timeout, socket.error) as e:
if conf_debug:
print(domain)
print(e)
traceback.print_exc(file=sys.stdout)
print("")
domains.append(domain)
Expand All @@ -166,5 +165,4 @@ def whois_exp_check(domain: str) -> Union[str, None]:

except Exception as e:
print("Top-level exception occured!")
print(e)
traceback.print_exc(file=sys.stdout)

0 comments on commit efacd5b

Please sign in to comment.