From 530df981bbc5eb4c5abdeafda03ccec9a701c1e5 Mon Sep 17 00:00:00 2001 From: ITQ Date: Sun, 2 Mar 2025 01:41:10 +0300 Subject: [PATCH] (scope): [body] [footer(s)] --- services/backend/apps/task/tasks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/backend/apps/task/tasks.py b/services/backend/apps/task/tasks.py index a9f5ad6..2ac935e 100644 --- a/services/backend/apps/task/tasks.py +++ b/services/backend/apps/task/tasks.py @@ -124,8 +124,6 @@ def analyze_data_task( result_content = secure_exec(code_str, result_path, input_files) - print(result_content * 1024) - result_hash = hashlib.sha256(result_content).hexdigest() expected_hash = hashlib.sha256(expected_bytes).hexdigest()