go-nostr/log_normal.go
2023-07-11 15:25:02 -03:00

8 lines
86 B
Go

//go:build !debug
package nostr
func debugLogf(str string, args ...any) {
return
}