Remove useless print.

This commit is contained in:
Filippo Scognamiglio
2018-10-18 09:31:31 +02:00
parent 719e368d4e
commit 03fc663f7d
-1
View File
@@ -1197,7 +1197,6 @@ void Vt102Emulation::sendKeyEvent( QKeyEvent* origEvent )
event->key() ,
modifiers,
states );
qDebug("%s", entry.text().data());
// send result to terminal
QByteArray textToSend;