mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-03 23:51:08 +01:00
Remove logging at info level
This commit is contained in:
parent
6aa0492434
commit
60f7aada9e
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue