Use console.log instead of breakpoint
This commit is contained in:
parent
957361d755
commit
71cefc95ab
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Reference in a new issue