We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd84f7 commit 9923dbcCopy full SHA for 9923dbc
src/services/sidebar.actions.ts
@@ -1361,7 +1361,6 @@ export function switchPanel(
1361
for (let i = actIndex + dir; i >= 0 || i < hiddenPanels.length; i += dir) {
1362
panel = hiddenPanels[i]
1363
newActIsHidden = true
1364
- console.log('Here')
1365
if (!panel) {
1366
if (visiblePanels.length) {
1367
panel = visiblePanels[dir > 0 ? hdnIndex : hdnIndex - 1]
0 commit comments