summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/proto.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/proto.c b/epan/proto.c
index fe5055c1d8..0c262b79c6 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -9267,8 +9267,6 @@ proto_registrar_dump_values(void)
units = NULL;
if (hfinfo->strings != NULL) {
-fprintf(stderr, "Will dump %s value string\n", hfinfo->abbrev);
-fflush(stderr);
if ((hfinfo->display & FIELD_DISPLAY_E_MASK) != BASE_CUSTOM &&
(hfinfo->type == FT_CHAR ||
hfinfo->type == FT_UINT8 ||