mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-07 23:17:37 +00:00
chore: remove logging of received WebSocket messages in production (#487)
This commit is contained in:
@@ -67,7 +67,6 @@ const useWebSocketProviderState = (): WebSocketContextType => {
|
||||
try {
|
||||
const data = JSON.parse(event.data);
|
||||
setLatestMessage(data);
|
||||
console.log('--->Received WebSocket message:', data);
|
||||
} catch (error) {
|
||||
console.error('Error parsing WebSocket message:', error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user