Skip to content

Commit

Permalink
fix: remove leftover console.log (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Jun 27, 2023
1 parent 0494cdc commit e64351c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/MultipleSelectInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,6 @@ export class MultipleSelectInstance {
}

setSelects(values: any[], type = 'value', ignoreTrigger = false) {
console.log('setSelects', values, type);
let hasChanged = false;
const _setSelects = (rows: any[]) => {
for (const row of rows) {
Expand Down

0 comments on commit e64351c

Please sign in to comment.