Skip to content

Remove debug printing when parsing CSI sequences.

Nicholas Dower requested to merge nicholasdower/termion:println into master

parse_csi prints debug information to stdout when parsing unsupported CSI sequences like ESC [ 200 ~ (bracketed paste mode).

I assume this was an oversite and can be safely removed.

Merge request reports