Skip to content

Commit c631487

Browse files
(delete) cleaned MainContainer
1 parent 7e759b3 commit c631487

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/containers/MainContainer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ function MainContainer(): any {
126126
snapshots,
127127
hierarchy,
128128
} = tabs[currentTab];
129-
console.log('inside MainContainer, hierarchy:', hierarchy)
130129
// if viewIndex is -1, then use the sliderIndex instead
131130
const snapshotView = viewIndex === -1 ? snapshots[sliderIndex] : snapshots[viewIndex];
132131
// cleaning hierarchy and snapshotView from stateless data

0 commit comments

Comments
 (0)