forgot to remove a debug

This commit is contained in:
Anthony Molinaro
2020-04-07 20:17:04 -07:00
parent 2d696a42d9
commit 699b52e1bd

View File

@@ -344,7 +344,6 @@ def prompt_for_update(freshen, update_auto):
if not os.path.isfile(hosts_file):
try:
print("HERE HERE")
open(hosts_file, "w+").close()
except (IOError, OSError):
# Starting in Python 3.3, IOError is aliased