Skip to content

Commit 0b09e83

Browse files
committed
Removed some old debug/test printouts that were commented out in main.js
1 parent a8292ae commit 0b09e83

File tree

1 file changed

+0
-4
lines changed
  • src/main/resources/static/js

1 file changed

+0
-4
lines changed

src/main/resources/static/js/main.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,10 @@ jQuery(document).ready(function() {
6565
contentType : 'application/json; charset=utf-8',
6666
type: 'GET',
6767
error : function (XMLHttpRequest, textStatus, errorThrown) {
68-
// console.log("EI BACKEND OFFLINE");
6968
var red="#ff0000";
7069
EIConnBtn.style.background = red;
7170
},
7271
success : function (data, textStatus, xhr) {
73-
// console.log("DATA: " + xhr.responseText);
74-
// console.log("EI BACKEND ONLINE");
7572
var green="#00ff00";
7673
EIConnBtn.style.background = green;
7774
checkEiBackend=true;
@@ -502,7 +499,6 @@ jQuery(document).ready(function() {
502499
$.alert("JSON Format Check Failed:\n" + e.name + "\n" + e.message);
503500
return false;
504501
}
505-
// console.log("JsonLint Result: " + jsonLintResult.toSource());
506502
$.jGrowl('JSON Format Check Succeeded', {
507503
sticky : false,
508504
theme : 'Notify'

0 commit comments

Comments
 (0)