From 1c39adb275d7304b72eaaa20715dc5ca980c9e89 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 22 Apr 2014 04:48:11 -0400 Subject: [PATCH] chore(key) rm trace --- lib/client/key.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/client/key.js b/lib/client/key.js index 3d19a624..4f3417af 100644 --- a/lib/client/key.js +++ b/lib/client/key.js @@ -168,8 +168,6 @@ var CloudCmd, Util, DOM; if (current) { prev = current.previousSibling; next = current.nextSibling; - } else { - console.trace(); } switch (lKeyCode) {