Use console.log instead of breakpoint

tokarchuk/v1.17
Andrew Patton 10 years ago
parent 957361d755
commit 71cefc95ab
  1. 2
      public/js/app.js

@ -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() {

Loading…
Cancel
Save