diff options
author | Anthony Wang | 2024-03-07 16:21:07 -0500 |
---|---|---|
committer | Anthony Wang | 2024-03-07 16:21:07 -0500 |
commit | ef9897c786111aaad4420db0db75ede3205b68f3 (patch) | |
tree | 78427550f810d6e3299f7fba5dbb0c19140d9eab /static | |
parent | 69d774d92bdf54d0c882b661c65bf2f49ac996ce (diff) |
Comment out junk
Diffstat (limited to 'static')
-rw-r--r-- | static/src/short-story.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/src/short-story.py b/static/src/short-story.py index 91748f4..544edef 100644 --- a/static/src/short-story.py +++ b/static/src/short-story.py @@ -14,7 +14,7 @@ def cnt(filename): A = cnt(argv[1]) B = cnt(argv[2]) -print(A.keys(), B.keys()) +# print(A.keys(), B.keys()) print('-------------- OVERUSED') for b in B.keys(): if A[b] < B[b]: |