Skip to content

Commit

Permalink
console logs removed
Browse files Browse the repository at this point in the history
  • Loading branch information
pritipsingh committed Jan 16, 2024
1 parent eade604 commit 555d4a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/chat/w2wChat/chatBox/ChatBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ const ChatBox = ({ showGroupInfoModal }): JSX.Element => {
}
const navigate = useNavigate();
const location = useLocation();
console.log("current theme", theme.scheme)
console.log(theme.scheme == "dark" ? darkChatTheme : lightChatTheme)
useEffect(() => {
// if ens is resolved, update browse to match ens name is it doesn't match
if (ensName && location.pathname !== `/chat/${ensName}`) {
Expand Down

0 comments on commit 555d4a6

Please sign in to comment.