From d9bfeff6b7a37e04afd2f614481af3666acb5067 Mon Sep 17 00:00:00 2001 From: Vivian M Date: Wed, 8 Oct 2025 11:59:43 -0400 Subject: [PATCH] removed debugging print statement --- deepcut-ghidra/ghidra_scripts/DeepCutRun.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/deepcut-ghidra/ghidra_scripts/DeepCutRun.py b/deepcut-ghidra/ghidra_scripts/DeepCutRun.py index e27ec75..57ff581 100644 --- a/deepcut-ghidra/ghidra_scripts/DeepCutRun.py +++ b/deepcut-ghidra/ghidra_scripts/DeepCutRun.py @@ -35,9 +35,6 @@ import sys import json -print("started DeepCutRun") - - from dependency_bootstrap import DependencyManager # list the packages you need