aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2015-04-20 12:27:38 +0200
committerKristian Lyngstol <kristian@bohemians.org>2015-04-20 12:27:38 +0200
commit05d76e9ff287710aea72b6afcd61dc15589aeacf (patch)
tree232db4270d747dc37fa4c7ef149d76628d0c7fdc
parent9358f6bf44160af0cff7f79312e52a51131b2265 (diff)
NMS: Remove debug code
-rw-r--r--web/nms.gathering.org/nms2/js/nms.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/nms.gathering.org/nms2/js/nms.js b/web/nms.gathering.org/nms2/js/nms.js
index f4a6279..589f75e 100644
--- a/web/nms.gathering.org/nms2/js/nms.js
+++ b/web/nms.gathering.org/nms2/js/nms.js
@@ -496,7 +496,6 @@ function switchInfo(x)
}
var commentbox = document.createElement("div");
commentbox.id = "commentbox";
- console.log("x : " + x);
commentbox.innerHTML = '<input type="text" placeholder="Comment" id="' + x + '-comment"><button onclick="addComment(\'' + x + '\',document.getElementById(\'' + x + '-comment\').value); document.getElementById(\'' + x + '-comment\').value = \'added. Wait for it....\';">Add comment</button>';
swpanel.appendChild(commentbox);
swtop.style.display = 'block';