diff --git a/chunkymap-regen.py b/chunkymap-regen.py index 1eef7ce..e4d7948 100644 --- a/chunkymap-regen.py +++ b/chunkymap-regen.py @@ -16,7 +16,7 @@ import argparse def get_dict_from_conf_file(path,assignment_operator="="): results = None - print ("Checking "+str(path)+" for settings...") + #print ("Checking "+str(path)+" for settings...") if os.path.isfile(path): results = {} ins = open(path, 'r') @@ -32,7 +32,7 @@ def get_dict_from_conf_file(path,assignment_operator="="): if ao_index