goldwarden/browserbiometrics/logging/nooplogger.go
2023-12-26 21:47:03 +01:00

12 lines
201 B
Go

//go:build !debuglogging
package logging
func Debugf(format string, args ...interface{}) {
}
func Errorf(format string, args ...interface{}) {
}
func Panicf(format string, args ...interface{}) {
}