Skip to content

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sallaa committed Jun 26, 2024
1 parent 6a2e3c1 commit 8703e93
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ const ContentContainer = ({ tabItems, index }) => {

const session = useSelector((state) => state.userSession);

console.log(tabItems);
console.log(tabItems[index].content);

const uid = session && session.user ? session.user.id : null;
const clientId = uid;
useTrackPageView(path, clientId, uid);
Expand Down

0 comments on commit 8703e93

Please sign in to comment.