rename debugLog->debugLogf
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
package nostr
|
||||
|
||||
func debugLog(str string, args ...any) {
|
||||
func debugLogf(str string, args ...any) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user