From c0de774c5ad714d114524554f9450e82bdd69781 Mon Sep 17 00:00:00 2001 From: Jean-Marie 'Histausse' Mineau Date: Wed, 17 Sep 2025 00:12:57 +0200 Subject: [PATCH] fix print --- experiment/compare_callgraphs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/experiment/compare_callgraphs.py b/experiment/compare_callgraphs.py index bc06773..28bd351 100644 --- a/experiment/compare_callgraphs.py +++ b/experiment/compare_callgraphs.py @@ -131,7 +131,6 @@ def main(): if zipfile.is_zipfile(dyn): _, _, dx = AnalyzeAPK(dyn) else: - print(dyn) dx = Analysis() with dyn.open("rb") as fp: raw = fp.read()