Remove console.log

Oops.
This commit is contained in:
David Cook
2024-01-17 17:25:24 +11:00
parent 6ed74b2bc1
commit b4f1709dcd

View File

@@ -5,7 +5,6 @@ export default class extends Controller {
static values = { options: Object, placeholder: String };
connect(options = {}) {
console.log(this.element, this.placeholderValue);
this.control = new TomSelect(this.element, {
maxItems: 1,
maxOptions: null,