From 756d775d8947ba004966e45ba3a4430e2f58c78f Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Thu, 22 Oct 2015 10:55:35 -0400 Subject: [PATCH] remove debugging writeln --- terminal.d | 1 - 1 file changed, 1 deletion(-) diff --git a/terminal.d b/terminal.d index 0387416..0532de6 100644 --- a/terminal.d +++ b/terminal.d @@ -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")) {