go-nostr/log_normal.go

8 lines
85 B
Go
Raw Permalink Normal View History

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