Remove unused init() function

This commit is contained in:
Peter Stuifzand 2018-07-16 21:36:11 +02:00
parent f3da9da58d
commit 633cfabbfd

View File

@ -49,9 +49,6 @@ type Debug interface {
Debug()
}
func init() {
}
func (b *memoryBackend) Debug() {
fmt.Println(b.Channels)
}