mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Remove console.log
Oops.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user