REFACTOR Removing un ecessary console logs
This commit is contained in:
parent
3e80701081
commit
52db4fc6fa
|
|
@ -29,6 +29,4 @@ function resetActiveToolbarButtons(): void {
|
|||
function handleActiveTabContent(tab: string): void {
|
||||
const contentWrapper = document.querySelector('.content-wrapper');
|
||||
contentWrapper?.setAttribute('data-active-tab', tab);
|
||||
console.log(tab);
|
||||
console.log('contentWrapper');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user