summaryrefslogtreecommitdiff
path: root/src/com/android/dreams/phototable/KeyboardInterpreter.java
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2013-04-09 16:48:24 -0400
committerChris Wren <cwren@android.com>2013-04-10 14:15:32 -0400
commitbcfd4439d730a4d783a02596c8ab444796323aad (patch)
tree1ef262a15b2e2f260d4b159d0baae76778d6d825 /src/com/android/dreams/phototable/KeyboardInterpreter.java
parenta96a454c9084e98e20f263b435b536a194f25673 (diff)
downloadPhotoTable-bcfd4439d730a4d783a02596c8ab444796323aad.tar.gz
better memory/cursor management for story mode.
Bug: 8578085 Change-Id: I11c44c64a9d4318a00f6db21369eba43b586f809
Diffstat (limited to 'src/com/android/dreams/phototable/KeyboardInterpreter.java')
-rw-r--r--src/com/android/dreams/phototable/KeyboardInterpreter.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/dreams/phototable/KeyboardInterpreter.java b/src/com/android/dreams/phototable/KeyboardInterpreter.java
index 0b0d6bb..d7b55f4 100644
--- a/src/com/android/dreams/phototable/KeyboardInterpreter.java
+++ b/src/com/android/dreams/phototable/KeyboardInterpreter.java
@@ -37,7 +37,6 @@ public class KeyboardInterpreter {
public boolean onKeyDown(int keyCode, KeyEvent event) {
final View focus = mTable.getFocus();
boolean consumed = true;
- Log.d(TAG, "down: " + keyCode);
if (mTable.hasSelection()) {
switch (keyCode) {
case KeyEvent.KEYCODE_ENTER: