remove thing from debugging

This commit is contained in:
idk 2019-03-29 14:54:08 -04:00
parent d288e979d6
commit fcee0ca9ec

View File

@ -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
}