summaryrefslogtreecommitdiffstats
path: root/core/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/utils.py')
-rw-r--r--core/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/utils.py b/core/utils.py
index 40483e3..77aba9d 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.'