Fix LOG_KEY_EVENTS=true committed by mistake

This commit is contained in:
Fredrik Fornwall
2016-02-13 00:27:58 +01:00
parent 36e4d94093
commit 62e229e184

View File

@@ -47,7 +47,7 @@ import java.util.Properties;
public final class TerminalView extends View {
/** Log view key and IME events. */
private static final boolean LOG_KEY_EVENTS = true;
private static final boolean LOG_KEY_EVENTS = false;
/** The currently displayed terminal session, whose emulator is {@link #mEmulator}. */
TerminalSession mTermSession;