From 87dfa50996b00ef52a362516e3383b9ffe8f79d2 Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Mon, 29 Jul 2024 12:00:29 -0600 Subject: [PATCH] scripts: remove old code from show-features.py --- scripts/show-features.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/show-features.py b/scripts/show-features.py index f624eac4..6005a810 100644 --- a/scripts/show-features.py +++ b/scripts/show-features.py @@ -258,9 +258,6 @@ def print_dynamic_features(processes, extractor: DynamicFeatureExtractor): if isinstance(feature, (Number, String)): arguments.append(str(feature.value)) - # if not apis: - # print(f" arguments=[{', '.join(arguments)}]") - for cid, api in apis: print(f" call {cid}: {api}({', '.join(arguments)})")