Remove debug Println

This commit is contained in:
nxshock 2022-10-19 18:46:55 +05:00
parent a984af79d0
commit c4f18766cb

View File

@ -110,7 +110,7 @@ func main() {
func processReader(c *cli.Context, r io.Reader) error {
var encoding Encoding
fmt.Println(c.String("encoding"))
err := encoding.UnmarshalText([]byte(c.String("encoding")))
if err != nil {
return fmt.Errorf("get decoder: %v", c.String("encoding"))