Skip to content

Commit 1e1b368

Browse files
committed
deleted console log
1 parent 72a7ee4 commit 1e1b368

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/containers/MainContainer.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ function MainContainer() {
5050
});
5151

5252
if (!npmExists) return <div style={{ color: 'black' }}>please install our npm package in your app</div>;
53-
console.log('tabs', tabs)
5453
const { viewIndex, sliderIndex, snapshots } = tabs[currentTab];
5554

5655
// if viewIndex is -1, then use the sliderIndex instead

0 commit comments

Comments
 (0)