remove console.log()
This commit is contained in:
parent
a16faff45c
commit
82eff8b8d0
@ -269,7 +269,6 @@ function fetchItemList() {
|
|||||||
.getElementById("datalist-" + type + "-" + item.partType.slice(5))
|
.getElementById("datalist-" + type + "-" + item.partType.slice(5))
|
||||||
.appendChild(option);
|
.appendChild(option);
|
||||||
} else {
|
} else {
|
||||||
console.log(item.partType);
|
|
||||||
const option = document.createElement("option");
|
const option = document.createElement("option");
|
||||||
option.setAttribute("data-key", item.uniqueName);
|
option.setAttribute("data-key", item.uniqueName);
|
||||||
option.value = item.name;
|
option.value = item.name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user