From d0fb1a0574ad2cc28814ae2af6bda029866ea894 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Thu, 30 Jun 2016 19:07:35 +0200 Subject: js: Remove debug output from score card --- web/js/nms-score-card.js | 1 - 1 file changed, 1 deletion(-) (limited to 'web/js/nms-score-card.js') diff --git a/web/js/nms-score-card.js b/web/js/nms-score-card.js index 7e4d39a..03adcc4 100644 --- a/web/js/nms-score-card.js +++ b/web/js/nms-score-card.js @@ -60,7 +60,6 @@ nmsScoreCard._buildTable = function(content,caption) { td2 = tr.insertCell(1); td3 = tr.insertCell(2); td1.innerHTML = content[v][0]; - console.log("

" + content[v][1] + "

"); td2.innerHTML = "

" + content[v][1] + "

"; td3.innerHTML = content[v][2]; } -- cgit v1.2.3