aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_dlg.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2013-12-10 14:43:15 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2013-12-10 14:43:15 +0000
commit0d31c840ae26952ebab5befc4be59887d24b3686 (patch)
tree8065821767c13280af8a7173a78860e988ccbbad /ui/gtk/capture_dlg.c
parentff42551d713957f9ba496d0f4b2dbf6851f6fa92 (diff)
Removed debug output.
svn path=/trunk/; revision=53903
Diffstat (limited to 'ui/gtk/capture_dlg.c')
-rw-r--r--ui/gtk/capture_dlg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gtk/capture_dlg.c b/ui/gtk/capture_dlg.c
index 520ee65366..65f8c8d774 100644
--- a/ui/gtk/capture_dlg.c
+++ b/ui/gtk/capture_dlg.c
@@ -4862,7 +4862,6 @@ capture_prep_cb(GtkWidget *w _U_, gpointer d _U_)
}
}
if (global_capture_opts.default_options.cfilter && (strlen(global_capture_opts.default_options.cfilter) > 0)) {
-fprintf(stderr, "Adding the default filter \"%s\"???\n", global_capture_opts.default_options.cfilter);
gtk_combo_box_text_prepend_text(GTK_COMBO_BOX_TEXT(all_filter_cm), global_capture_opts.default_options.cfilter);
gtk_combo_box_set_active(GTK_COMBO_BOX(all_filter_cm), 0);
}