forgot to remove a debug
authorAnthony Molinaro <redacted>
Wed, 8 Apr 2020 03:17:04 +0000 (20:17 -0700)
committerAnthony Molinaro <redacted>
Wed, 8 Apr 2020 03:17:04 +0000 (20:17 -0700)
updateHostsFile.py

index 15a33a0ccbbcd30c69da7302980b3eb0d74cca98..fc24aace34a06d8a07d0a567dcfcc361b8d6beb3 100644 (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
git clone https://git.99rst.org/PROJECT