mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-07-14 13:32:24 +02:00
improved logging thing with the "debug" build tag.
This commit is contained in:
7
log_normal.go
Normal file
7
log_normal.go
Normal file
@ -0,0 +1,7 @@
|
||||
//go:build !debug
|
||||
|
||||
package nostr
|
||||
|
||||
func debugLog(str string, args ...any) {
|
||||
return
|
||||
}
|
Reference in New Issue
Block a user