Commit fcee0ca9 authored by idk's avatar idk

remove thing from debugging

parent d288e979
......@@ -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
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment