From be564b83f37a2cd0f90231749cb3c6e0dc0931c2 Mon Sep 17 00:00:00 2001 From: John Long Date: Mon, 20 May 2024 17:14:49 -0400 Subject: [PATCH] removed dead code --- telemetry/log.go | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 telemetry/log.go diff --git a/telemetry/log.go b/telemetry/log.go deleted file mode 100644 index eb33979..0000000 --- a/telemetry/log.go +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright 2024 XigXog -// -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at https://mozilla.org/MPL/2.0/. -// -// SPDX-License-Identifier: MPL-2.0 - -package telemetry