diff --git a/files/classes/comment.py b/files/classes/comment.py index 143e26b2f..dce606f35 100644 --- a/files/classes/comment.py +++ b/files/classes/comment.py @@ -300,9 +300,7 @@ class Comment(Base): if not body: return "" - t = time.time() body = censor_slurs(body, v) - print(time.time() - t) if v and not v.oldreddit: body = body.replace("old.reddit.com", "reddit.com")