mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-06 17:11:53 +01:00
chore: remove debug console.log statements from providers and layout
This commit is contained in:
@@ -66,7 +66,6 @@ export const WebSocketProvider = ({ children }: WebSocketProviderProps) => {
|
||||
const reconnectDelay = 10000;
|
||||
|
||||
newWebSocket.onopen = () => {
|
||||
console.log("WebSocket connection opened");
|
||||
setIsConnected(true);
|
||||
reconnectAttemptsRef.current = 0;
|
||||
keepAliveInterval = setInterval(() => {
|
||||
|
||||
Reference in New Issue
Block a user