Maxl94 / ngx-multi-sort-table

MIT License
40 stars 20 forks source link

leftover console.log() #118

Closed petomka closed 1 year ago

petomka commented 1 year ago

https://github.com/Maxl94/ngx-multi-sort-table/blob/a49102ad8634382a0b5adceabc73171490023153/projects/mat-multi-sort/src/lib/table-data.ts#L156

This always gets called when creating a new instance of TableData, for example. I think this can be removed or replaced with console.debug().

petomka commented 1 year ago

Duplicate of #114