From 4e72aaad53ddecab67980c71d568cf98cf5a0d2e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 10 Mar 2021 20:39:20 +0000 Subject: [PATCH] Comment out tags --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 81d2c4345..e6937f5f1 100644 --- a/posts.py +++ b/posts.py @@ -958,7 +958,7 @@ def _createPostBase(baseDir: str, nickname: str, domain: str, port: int, tags.append(tag) if isPublic: _updateHashtagsIndex(baseDir, tag, newPostId) - print('Content tags: ' + str(tags)) + # print('Content tags: ' + str(tags)) if inReplyTo and not sensitive: # locate the post which this is a reply to and check if