remove debugging writeln

This commit is contained in:
Adam D. Ruppe 2015-10-22 10:55:35 -04:00
parent 7787e9ceaf
commit 756d775d89
1 changed files with 0 additions and 1 deletions

View File

@ -1936,7 +1936,6 @@ struct RealTimeConsoleInput {
// look it up in the termcap key database
auto cap = terminal.findSequenceInTermcap(sequence);
if(cap !is null) {
import std.stdio; writeln(cap);
return translateTermcapName(cap);
} else {
if(terminal.terminalInFamily("xterm")) {