Skip to content

Commit fcee0ca

Browse files
author
idk
committed
remove thing from debugging
1 parent d288e97 commit fcee0ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

transcoders.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,6 @@ func garlic32Validate(b []byte) error {
294294
return fmt.Errorf("failed to validate garlic addr: %s not an i2p base32 address. len: %d\n", b, len(b))
295295
}
296296
}
297-
str, _ := garlic32BtS(b)
298-
fmt.Printf("%s, %d", str, len(b))
299297
return nil
300298
}
301299

0 commit comments

Comments
 (0)