rename debugLog->debugLogf

This commit is contained in:
fiatjaf
2023-07-11 15:25:02 -03:00
parent c03c028142
commit 6cee628149
5 changed files with 9 additions and 8 deletions

View File

@ -2,6 +2,6 @@
package nostr
func debugLog(str string, args ...any) {
func debugLogf(str string, args ...any) {
return
}