From a19b09e81233fdb0827027f0ac31bb11daeb7c3b Mon Sep 17 00:00:00 2001 From: 0x7B5 Date: Fri, 14 Jun 2024 21:54:28 -0400 Subject: [PATCH] Clean up. --- src/actions/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/actions/index.js b/src/actions/index.js index f3176e5d..13cf36ce 100644 --- a/src/actions/index.js +++ b/src/actions/index.js @@ -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)); }