aboutsummaryrefslogtreecommitdiff
path: root/debugmode.go
diff options
context:
space:
mode:
Diffstat (limited to 'debugmode.go')
-rw-r--r--debugmode.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/debugmode.go b/debugmode.go
deleted file mode 100644
index e4d0c44..0000000
--- a/debugmode.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2018, Shulhan <ms@kilabit.info>. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package beku
-
-type debugMode uint
-
-// List of debug levels.
-const (
- DebugL1 debugMode = 1 << iota
- DebugL2
-)