From 63714518dfd89daac881e5c6a95169906dbed3b7 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 13 Oct 2020 14:39:55 -0700 Subject: [PATCH] Get rid of some debugging cruft accidentally checked in. --- ui/capture.c | 2 -- 1 file changed, 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,