Skip to content

Commit

Permalink
Update src/components/StatusBar/LogLevelSelect/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Junhao Liao <[email protected]>
  • Loading branch information
davemarco and junhaoliao authored Dec 3, 2024
1 parent 22848ca commit b7373cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/StatusBar/LogLevelSelect/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ const LogLevelSelect = () => {
const updateFilter = useCallback((logLevels: LOG_LEVEL[]) => {
setSelectedLogLevels(logLevels);

// Filter logs in backend worker.
filterLogs((0 === logLevels.length ?
null :
logLevels));
Expand Down

0 comments on commit b7373cc

Please sign in to comment.