From fd23ca2251171be4e37b6fae1269f2475a0c46cc Mon Sep 17 00:00:00 2001 From: dan-acsc Date: Thu, 12 Mar 2026 04:51:57 +0000 Subject: [PATCH] fix: remove debugging print statements. --- azul_plugin_python/main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/azul_plugin_python/main.py b/azul_plugin_python/main.py index 96cee65..a30e1ee 100644 --- a/azul_plugin_python/main.py +++ b/azul_plugin_python/main.py @@ -261,10 +261,6 @@ def execute_py2exe(self, raw_content: bytes) -> str | None: def execute_unpacker(self, job: Job): """Extract the python byte code from a file with py2exe and pyinstaller.""" if job.event.entity.file_format not in self.UNPACKER_DATA_TYPES: - print(job.event.entity.file_format) - print(job.event.entity.file_format) - print(job.event.entity.file_format) - print(job.event.entity.file_format) return State( label=State.Label.OPT_OUT, failure_name="not_executable",