refactor: Remove debug log from useSSEContext hook
This commit is contained in:
@@ -2,6 +2,5 @@ import { useContext } from 'react'
|
||||
import { SSEContext } from '../contexts/SSEContext'
|
||||
|
||||
export const useSSEContext = () => {
|
||||
console.log('=== useSSEContext called ===')
|
||||
return useContext(SSEContext)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user