From: Anthony Molinaro Date: Wed, 8 Apr 2020 03:17:04 +0000 (-0700) Subject: forgot to remove a debug X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=699b52e1bdc1a65658e8c1bd8df5eb7d4745c092;p=stevenblack-hosts.git forgot to remove a debug --- diff --git a/updateHostsFile.py b/updateHostsFile.py index 15a33a0cc..fc24aace3 100644 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -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