goldwarden/browserbiometrics/logging/nooplogger.go
2023-12-22 15:29:58 +01:00

13 lines
199 B
Go

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