From ec8f48ab6c056e154b51c5732ad7909f1bc726fe Mon Sep 17 00:00:00 2001 From: Johannes Helmold Date: Tue, 23 Jul 2024 13:43:16 +0200 Subject: [PATCH] Removed a debug message. --- util/cpeutils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/util/cpeutils.c b/util/cpeutils.c index 97a41fd4..3cc988a1 100644 --- a/util/cpeutils.c +++ b/util/cpeutils.c @@ -1152,7 +1152,6 @@ compare_component (const char *source, const char *target) g_free (target_cpy); return (SUPERSET); } - printf ("\n PROTO: %s - %s \n", source_cpy, target_cpy); if (strcmp (target_cpy, "ANY") == 0) { g_free (source_cpy);