Skip to content

Commit

Permalink
chore: remove debug js clause
Browse files Browse the repository at this point in the history
  • Loading branch information
mromulus committed Nov 15, 2024
1 parent 0de76c3 commit 24c7b6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/javascript/controllers/select_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default class extends Controller {

Object.values(this.instance.options).forEach((option) => {
if (option["$option"] && option["$option"].dataset.terms) {
console.log(option["$option"].dataset.terms);
this.instance.updateOption(option.value, {
value: option.value,
text: option.text,
Expand Down

0 comments on commit 24c7b6e

Please sign in to comment.