Skip to content

Commit

Permalink
Remove left-over console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Nov 23, 2024
1 parent 9fe75fe commit ab5000e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/_selectize_turbolinks_fix.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function fillOptionsByAjax($selectizedSelection) {
}
else {
let renderOptions = {};
console.log(this.dataset);

let noResultsMessage = this.dataset.noResults;
if (noResultsMessage) {
renderOptions = {
Expand Down

0 comments on commit ab5000e

Please sign in to comment.