log_normal.go raw

   1  //go:build !debug
   2  
   3  package nostr
   4  
   5  func debugLogf(str string, args ...any) {
   6  }
   7