]> git.sesse.net Git - pkanalytics/commitdiff
Remove some obsolete logging.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 20 May 2023 21:08:40 +0000 (23:08 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 20 May 2023 21:08:40 +0000 (23:08 +0200)
ultimate.js

index 8da3c244da5a2c0009d90911ad338e3231d8cfff..54348cdbace06e06524a88dd77c445463490e9b7 100644 (file)
@@ -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