remove unnecessary

pull/225/head
Aevann 2024-03-09 10:06:42 +02:00
parent b3affd662d
commit 6919a63370
1 changed files with 0 additions and 3 deletions

View File

@ -123,9 +123,6 @@ def comment(v):
if parent.id in ADMIGGER_THREADS and v.admin_level < PERMS['USE_ADMIGGER_THREADS']:
abort(403, "You can't post top-level comments in this thread!")
if SITE == 'rdrama.net' and parent.id == 33652:
notify_op = False
ghost = parent.ghost
elif parent_fullname.startswith("c_"):
parent = get_comment(id, v=v)