We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa1e4e commit 5fc8aafCopy full SHA for 5fc8aaf
apps/client/src/components/ConnectionStatus.tsx
@@ -22,8 +22,6 @@ const useConntectionStatus = () => {
22
export const ConnectionStatus = () => {
23
const connectionState = useConntectionStatus();
24
25
- console.log("Connection State:", connectionState?.state);
26
-
27
if (!connectionState) return <div className="badge">Loading...</div>;
28
29
if (connectionState.state === "connecting") {
0 commit comments