Skip to content

Commit

Permalink
Remove log.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues committed Oct 1, 2024
1 parent 0419552 commit 3887f76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions new-log-viewer/src/contexts/StateContextProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,6 @@ const StateContextProvider = ({children}: StateContextProviderProps) => {
// On `logEventNum` update, clamp it then switch page if necessary or simply update the URL.
useEffect(() => {
if (null === mainWorkerRef.current) {
console.error("Unexpected null mainWorkerRef.current");

return;
}

Expand Down

0 comments on commit 3887f76

Please sign in to comment.