summaryrefslogtreecommitdiff
path: root/debug/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'debug/config.go')
-rw-r--r--debug/config.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/debug/config.go b/debug/config.go
deleted file mode 100644
index 54ec9bf5..00000000
--- a/debug/config.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package debug
-
-// Config enabled and disabled debug service.
-type Config struct {
- // Enable must be set to true to enable debugging.
- Enable bool
-}