File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,6 @@ class default_1 extends Controller {
201
201
const filteredNewOptions = newOptions . filter ( ( option ) => option . value !== '' ) ;
202
202
const originalPlaceholderOption = this . originalOptions . find ( ( option ) => option . value === '' ) ;
203
203
const newPlaceholderOption = newOptions . find ( ( option ) => option . value === '' ) ;
204
- console . log ( originalPlaceholderOption , newPlaceholderOption ) ;
205
204
if ( originalPlaceholderOption &&
206
205
newPlaceholderOption &&
207
206
originalPlaceholderOption . text !== newPlaceholderOption . text ) {
Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ export default class extends Controller {
431
431
432
432
const originalPlaceholderOption = this . originalOptions . find ( ( option ) => option . value === '' ) ;
433
433
const newPlaceholderOption = newOptions . find ( ( option ) => option . value === '' ) ;
434
- console . log ( originalPlaceholderOption , newPlaceholderOption ) ;
434
+
435
435
if (
436
436
originalPlaceholderOption &&
437
437
newPlaceholderOption &&
You can’t perform that action at this time.
0 commit comments