chore(hide-columns): remove unnecessary console.logs
This commit is contained in:
parent
111821dcad
commit
5cc88089b5
@ -56,13 +56,10 @@ export class HideColumns {
|
||||
}
|
||||
|
||||
setupHideButton(th, prevHidden) {
|
||||
console.log('setupHideButton', th, prevHidden);
|
||||
|
||||
const hider = document.createElement('button');
|
||||
hider.setAttribute(HIDER_TEXT_ATTR, th.innerText);
|
||||
|
||||
hider.addEventListener('click', (event) => {
|
||||
console.log('click', th.cellIndex, hider, th.innerText);
|
||||
event.preventDefault();
|
||||
this.toggleColumnVisibility(th, hider);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user