diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/utils.py | 2 |
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.' |