aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-10-13 14:39:55 -0700
committerGuy Harris <gharris@sonic.net>2020-10-13 14:39:55 -0700
commit63714518dfd89daac881e5c6a95169906dbed3b7 (patch)
treeb51ee28b6d47e6b4e64b4c816558e77eb87a99a5 /ui
parent873e0796596db030257b660c2592518f72370580 (diff)
Get rid of some debugging cruft accidentally checked in.
Diffstat (limited to 'ui')
-rw-r--r--ui/capture.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/capture.c b/ui/capture.c
index 0113c68298..d8bd0723b8 100644
--- a/ui/capture.c
+++ b/ui/capture.c
@@ -259,8 +259,6 @@ capture_input_read_all(capture_session *cap_session, gboolean is_tempfile,
return FALSE;
}
-#define BITEME "https://gitlab.com/wireshark/wireshark/-/wikis"
-
/* if we didn't capture even a single packet, close the file again */
if(cap_session->count == 0 && !capture_opts->restart) {
simple_dialog(ESD_TYPE_INFO, ESD_BTN_OK,