go-nostr/log_normal.go

7 lines
78 B
Go
Raw Normal View History

//go:build !debug
package nostr
2023-07-11 15:25:02 -03:00
func debugLogf(str string, args ...any) {
}