diff --git a/files/classes/comment.py b/files/classes/comment.py index 9ca8bec94..a4c50077b 100644 --- a/files/classes/comment.py +++ b/files/classes/comment.py @@ -392,8 +392,6 @@ class Comment(Base): if self.over_18 and not (v and v.over_18) and not (self.post and self.post.over_18): return True if self.is_banned: return True - - if path.startswith('/post') and (not self.body or len(self.body_html) <= 100) and 9 > self.level > 1: return True if v and v.filter_words and self.body and any(x in self.body for x in v.filter_words): return True