From: Steinar H. Gunderson Date: Sat, 20 May 2023 21:08:40 +0000 (+0200) Subject: Remove some obsolete logging. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0bbc61d70cabf24cc06dfb0a602e4b8fca0353f2;p=pkanalytics Remove some obsolete logging. --- diff --git a/ultimate.js b/ultimate.js index 8da3c24..54348cd 100644 --- a/ultimate.js +++ b/ultimate.js @@ -56,7 +56,6 @@ function add_3cell(tr, text, cls) { } function add_3cell_ci(tr, ci) { - console.log(ci); if (isNaN(ci.val)) { add_3cell(tr, 'N/A'); return; // FIXME: some SVG padding needed