From 0beb4283af54998081376ebac89540bd58fb18c6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 6 Feb 2023 06:45:44 +0200 Subject: [PATCH] remove unnecessary function --- files/helpers/actions.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/files/helpers/actions.py b/files/helpers/actions.py index 385b460d1..4659a658d 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -343,13 +343,7 @@ def execute_antispam_submission_check(title, v, url): return False return True -def execute_blackjack_custom(v, target, body, type): - return True - def execute_blackjack(v, target, body, type): - if not execute_blackjack_custom(v, target, body, type): - return False - if not body: return True execute = False