summaryrefslogtreecommitdiff
path: root/workhorse/internal/log/logging.go
diff options
context:
space:
mode:
Diffstat (limited to 'workhorse/internal/log/logging.go')
-rw-r--r--workhorse/internal/log/logging.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/workhorse/internal/log/logging.go b/workhorse/internal/log/logging.go
index ae7164db920..80c09c1bf02 100644
--- a/workhorse/internal/log/logging.go
+++ b/workhorse/internal/log/logging.go
@@ -67,14 +67,6 @@ func (b *Builder) WithError(err error) *Builder {
return b
}
-func Debug(args ...interface{}) {
- NewBuilder().Debug(args...)
-}
-
-func (b *Builder) Debug(args ...interface{}) {
- b.entry.Debug(args...)
-}
-
func Info(args ...interface{}) {
NewBuilder().Info(args...)
}