From 10ddc4e9c56beeb5718cd878313ddf88695a1948 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Wed, 4 May 2022 17:51:50 -0400 Subject: Make Traceable Interface and Refactor Debugging 1. Make a traceable interface for all things that can be wrapped in an httptrace.ClientTrace. 2. Refactor debugging system into debug package. --- constants/constants.go | 9 --------- 1 file changed, 9 deletions(-) (limited to 'constants') diff --git a/constants/constants.go b/constants/constants.go index 02038a3..1a060dd 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -31,12 +31,3 @@ var ( // The default URL for the config host. DefaultConfigHost string = "networkquality.example.com" ) - -type DebugLevel int8 - -const ( - NoDebug DebugLevel = iota - Debug - Warn - Error -) -- cgit v1.2.3