remove console.log
This commit is contained in:
@@ -122,8 +122,6 @@ function appendOption(inSelector: string, inArr: I.TypeBuyerTypeArr): void {
|
|||||||
const price: string = getPriceInEur(<string>inArr[1]);
|
const price: string = getPriceInEur(<string>inArr[1]);
|
||||||
const dropdownBuyerTypes: HTMLElement = jQuery(inSelector).get(0);
|
const dropdownBuyerTypes: HTMLElement = jQuery(inSelector).get(0);
|
||||||
|
|
||||||
console.log(price);
|
|
||||||
|
|
||||||
let opt: HTMLOptionElement = document.createElement('option');
|
let opt: HTMLOptionElement = document.createElement('option');
|
||||||
opt.value = id;
|
opt.value = id;
|
||||||
opt.innerHTML = `${desc} ${price}`;
|
opt.innerHTML = `${desc} ${price}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user