Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Sep 24, 2024
1 parent d2ed5b9 commit 0050180
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion new-log-viewer/src/contexts/StateContextProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ const StateContextProvider = ({children}: StateContextProviderProps) => {
setLogData(args.logs);
pageNumRef.current = args.pageNum;
beginLineNumToLogEventNumRef.current = args.beginLineNumToLogEventNum;
console.log(args);

// eslint-disable-next-line no-warning-comments
// TODO: Without logEvent cursor, we cannot jump to logEvents.
Expand Down

0 comments on commit 0050180

Please sign in to comment.