From f17995f251724c7edce2660fc1f8a10b1e368a11 Mon Sep 17 00:00:00 2001 From: Gerd Flaig Date: Sun, 21 Dec 2008 00:43:05 +0100 Subject: [PATCH] remove key event logging (bogs down performance) --- static/eow.js | 1 - 1 file changed, 1 deletion(-) 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 = ""; -- 2.43.0