summaryrefslogtreecommitdiffstats
path: root/helpers/general.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/general.go')
-rw-r--r--helpers/general.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/helpers/general.go b/helpers/general.go
index 73b7aff66..236a763fa 100644
--- a/helpers/general.go
+++ b/helpers/general.go
@@ -258,12 +258,6 @@ func compareStringSlices(a, b []string) bool {
return true
}
-// LogPrinter is the common interface of the JWWs loggers.
-type LogPrinter interface {
- // Println is the only common method that works in all of JWWs loggers.
- Println(a ...interface{})
-}
-
// DistinctLogger ignores duplicate log statements.
type DistinctLogger struct {
loggers.Logger