From 71cefc95ab60c8628af575df1e54d83bde46f73c Mon Sep 17 00:00:00 2001 From: Andrew Patton Date: Fri, 25 Jul 2014 17:50:25 -0400 Subject: [PATCH] Use console.log instead of breakpoint --- public/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/app.js b/public/js/app.js index d34e7c805..031c58245 100644 --- a/public/js/app.js +++ b/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() {