aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/follow_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-25 21:05:09 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-25 21:05:09 +0000
commit164c3ea936672dad456dfa7f022d27a494a9b14e (patch)
treea71d0e70a5e55dc8aec5b9786e41ed38a3cb41e7 /gtk/follow_dlg.c
parent05eb677c399389865b8ade12465d18f24ffb05ce (diff)
Get rid of a debugging printf.
svn path=/trunk/; revision=10238
Diffstat (limited to 'gtk/follow_dlg.c')
-rw-r--r--gtk/follow_dlg.c3
1 files changed, 1 insertions, 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 <gerald@ethereal.com>
@@ -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);