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)})")