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",