Skip to content

Commit

Permalink
remove console logs (#3040)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElishaSamPeterPrabhu authored Nov 27, 2024
1 parent 340f61f commit b56db6b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export default {
if (switchMode.checked) {
sideNav.mode = sideNav.mode === 'push' ? 'overlay' : 'push';
}
console.log("mode",sideNav,sideNav.mode);
};
document.addEventListener('switchClick', switchMode);
document.addEventListener('switchClick', switchTheme);
Expand All @@ -118,7 +117,6 @@ export default {

const initialize = () => {
const sidenav = document.querySelector('#dataTemplate #sideNav');
console.log("sidenav",sidenav);
sidenav.data = [
{
id: 'home-menu',
Expand Down

0 comments on commit b56db6b

Please sign in to comment.