X-Git-Url: http://git.pond.sub.org/?p=eow;a=blobdiff_plain;f=static%2Feow.js;h=462e4657aa6cd8f106edb66f994c7b3cac6e2397;hp=31a21f2fe3b8adf39a977251187314c679b7f65b;hb=f17995f251724c7edce2660fc1f8a10b1e368a11;hpb=cb4d7092bd39cb0dc6f39c15d6fda7ec2ae311b0 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 = "";