Files
go-nostr/log_normal.go
2023-08-21 15:50:05 -03:00

7 lines
78 B
Go

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