Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Jan 26, 2021
1 parent 532daff commit d5f34d9
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,6 @@ export const useFetchLogEntriesAround = ({
},
} = useObservableState(logEntriesAroundSearchResponses$, initialCombinedResponse);

useSubscription(logEntriesAroundSearchResponses$, {
next: ({ before, after, combined }) => {
console.log('combined next', before, after, combined);
},
});

const cancelRequest = useCallback(() => {
latestBeforeResponse?.abortController.abort();
latestAfterResponse?.abortController.abort();
Expand Down

0 comments on commit d5f34d9

Please sign in to comment.