From 164c3ea936672dad456dfa7f022d27a494a9b14e Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 25 Feb 2004 21:05:09 +0000 Subject: [PATCH] Get rid of a debugging printf. svn path=/trunk/; revision=10238 --- gtk/follow_dlg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk/follow_dlg.c b/gtk/follow_dlg.c index f201a072fb..c1bb6e0ca5 100644 --- a/gtk/follow_dlg.c +++ b/gtk/follow_dlg.c @@ -1,6 +1,6 @@ /* follow_dlg.c * - * $Id: follow_dlg.c,v 1.50 2004/02/23 22:48:51 guy Exp $ + * $Id: follow_dlg.c,v 1.51 2004/02/25 21:05:09 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -211,7 +211,6 @@ follow_stream_cb(GtkWidget * w, gpointer data _U_) and set the display filter entry accordingly */ reset_tcp_reassembly(); follow_filter = build_follow_filter(&cfile.edt->pi); -fprintf(stderr, "Follow filter = \"%s\"\n", follow_filter); /* Set the display filter entry accordingly */ filter_te = OBJECT_GET_DATA(w, E_DFILTER_TE_KEY);