Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
edisontim committed Sep 20, 2024
1 parent 4a697b0 commit a672443
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/ui/modules/chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export const Chat = () => {
if (account.address === masterAccount.address) return;

if (storedTabs.length === 0) {
console.log("here");
setNewTabs([DEFAULT_TAB]);
} else {
setTabs([...storedTabs]);
Expand Down

0 comments on commit a672443

Please sign in to comment.