diff --git a/core/utils.py b/core/utils.py index 40483e31f..77aba9dec 100644 --- a/core/utils.py +++ b/core/utils.py @@ -172,7 +172,7 @@ def parse_aliases(aliasfile): print(message) continue - print(f"{key} => {target}") + # print(f"{key} => {target}") aliases.append((key,target)) except: message = f' ** Cannot open {filepath} for text file reading even though it is a file.' diff --git a/templates/controlPanel.html b/templates/controlPanel.html index c840b3596..39d9befe9 100644 --- a/templates/controlPanel.html +++ b/templates/controlPanel.html @@ -22,6 +22,7 @@