Skip to content

Commit

Permalink
Removed a debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelmold committed Jul 23, 2024
1 parent 2645c34 commit ec8f48a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/cpeutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ec8f48a

Please sign in to comment.