helpers: Remove unused code

This commit is contained in:
Bjørn Erik Pedersen
2022-01-15 21:04:37 +01:00
parent 20a7ce7c1b
commit 55a9bc1e70
3 changed files with 0 additions and 22 deletions

View File

@@ -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