From: Gerd Flaig Date: Sat, 20 Dec 2008 23:43:05 +0000 (+0100) Subject: remove key event logging (bogs down performance) X-Git-Url: http://git.pond.sub.org/?p=eow;a=commitdiff_plain;h=f17995f251724c7edce2660fc1f8a10b1e368a11;ds=sidebyside remove key event logging (bogs down performance) --- diff --git a/static/eow.js b/static/eow.js index 31a21f2..462e465 100644 --- a/static/eow.js +++ b/static/eow.js @@ -79,7 +79,6 @@ function setup_client() { } function inputfield_keyup(e) { - console.log(e); if (e.keyCode == 13) { // Enter submit_cmdline(e.target.form.id); e.target.value = "";