Skip to content

Commit c619bd0

Browse files
(delete) removed console.log from MainContainer
1 parent f181f2d commit c619bd0

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
@@ -23,7 +23,6 @@ const mixpanel = require("mixpanel").init("12fa2800ccbf44a5c36c37bc9776e4c0", {
2323
function MainContainer(): any {
2424
const [store, dispatch] = useStoreContext();
2525
const { tabs, currentTab, port: currentPort } = store;
26-
console.log('inside MainContainer');
2726
// add event listeners to background script
2827
useEffect(() => {
2928
// only open port once

0 commit comments

Comments
 (0)