1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-16 01:08:15 -04:00

Use console.log instead of breakpoint

This commit is contained in:
Andrew Patton 2014-07-25 17:50:25 -04:00
parent 957361d755
commit 71cefc95ab

View File

@ -675,7 +675,7 @@ function initIssue() {
var xhr = new XMLHttpRequest();
xhr.addEventListener("error", function() {
debugger;
console.log("Issue submit request failed. xhr.status: " + xhr.status);
});
xhr.addEventListener("load", function() {