From b4f1709dcdefffe1984458300179672898733f11 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 17 Jan 2024 17:25:24 +1100 Subject: [PATCH] Remove console.log Oops. --- app/webpacker/controllers/tom_select_controller.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/webpacker/controllers/tom_select_controller.js b/app/webpacker/controllers/tom_select_controller.js index b9bc433f5c..2a3792d88e 100644 --- a/app/webpacker/controllers/tom_select_controller.js +++ b/app/webpacker/controllers/tom_select_controller.js @@ -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,