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