From fcee0ca9ec2c23f75794fd0f5b28fcc748894f9f Mon Sep 17 00:00:00 2001 From: idk Date: Fri, 29 Mar 2019 14:54:08 -0400 Subject: [PATCH] remove thing from debugging --- transcoders.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/transcoders.go b/transcoders.go index 9ee0bdb..94f8742 100644 --- a/transcoders.go +++ b/transcoders.go @@ -294,8 +294,6 @@ func garlic32Validate(b []byte) error { return fmt.Errorf("failed to validate garlic addr: %s not an i2p base32 address. len: %d\n", b, len(b)) } } - str, _ := garlic32BtS(b) - fmt.Printf("%s, %d", str, len(b)) return nil }