summaryrefslogtreecommitdiff
path: root/ws2a/bugs.js
diff options
context:
space:
mode:
Diffstat (limited to 'ws2a/bugs.js')
-rw-r--r--ws2a/bugs.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ws2a/bugs.js b/ws2a/bugs.js
index 3d47a64..209b936 100644
--- a/ws2a/bugs.js
+++ b/ws2a/bugs.js
@@ -49,7 +49,6 @@ function loadLastBugs() {
if (captcha.readyState == 4 && captcha.status == 200) {
var id = captcha.response;
document.getElementById("captcha").innerHTML = "<img src=\"./captchas/" + id + ".png\">";
- console.log("Added hidden field to form:" + bugnum);
}
}
captcha.open("GET", "/cgi-bin/gencaptcha.cgi",true);