mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-03-19 22:31:54 +01:00
8 lines
85 B
Go
8 lines
85 B
Go
//go:build !debug
|
|
|
|
package nostr
|
|
|
|
func debugLog(str string, args ...any) {
|
|
return
|
|
}
|