Remove logging at info level

This commit is contained in:
Fredrik Fornwall
2016-10-16 00:13:04 +02:00
parent 6aa0492434
commit 60f7aada9e

View File

@@ -722,7 +722,6 @@ public final class TerminalEmulator {
}
break;
case ESC_PERCENT:
Log.i(EmulatorDebug.LOG_TAG, "Ignoring character set sequence 'ESC % " + (char) b + "'");
break;
case ESC_OSC:
doOsc(b);