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