go-nostr/relays/log_normal.go

7 lines
79 B
Go

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