Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Sep 30, 2024
1 parent 6d32a9a commit 7a63eb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/viewport/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ class Viewport extends React.Component<
onError,
agentColors,
} = this.props;
console.log("onTrajectoryFileInfo", msg);
// Update TrajectoryFileInfo format to latest version
const trajectoryFileInfo: TrajectoryFileInfo =
updateTrajectoryFileInfoFormat(msg, onError);
Expand Down

0 comments on commit 7a63eb0

Please sign in to comment.