disable console

This commit is contained in:
GordonDaFreeman 2018-01-15 19:07:19 +01:00
parent 84d567c842
commit a20333d52f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function loadHTML() {
if (!('disabled' in allItemsArray[i])){
$("#itemtoadd").append("<option value=\""+allItemsArray[i].id+"\">" + allItemsArray[i].name + "</option>")
} else {
console.log(allItemsArray[i].name+" disabled. Not loading")
//console.log(allItemsArray[i].name+" disabled. Not loading")
}
}
}