Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7B5 committed Jun 15, 2024
1 parent 0e7d503 commit a19b09e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/actions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ function updateTimeline(state, dispatch, log_id, start, end, allowPathChange) {

if (allowPathChange) {
const desiredPath = urlForState(state.dongleId, log_id, Math.floor(start/1000), Math.floor(end/1000), false);
// const desiredPath = urlForState(state.dongleId, log_id, Math.floor(start), Math.floor(end), false);
if (window.location.pathname !== desiredPath) {
dispatch(push(desiredPath));
}
Expand Down

0 comments on commit a19b09e

Please sign in to comment.