disable console
This commit is contained in:
parent
84d567c842
commit
a20333d52f
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue