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()