Skip to content

Commit 5fc8aaf

Browse files
committed
remove log
1 parent 7fa1e4e commit 5fc8aaf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/client/src/components/ConnectionStatus.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ const useConntectionStatus = () => {
2222
export const ConnectionStatus = () => {
2323
const connectionState = useConntectionStatus();
2424

25-
console.log("Connection State:", connectionState?.state);
26-
2725
if (!connectionState) return <div className="badge">Loading...</div>;
2826

2927
if (connectionState.state === "connecting") {

0 commit comments

Comments
 (0)