Skip to content

Commit 3adfc6c

Browse files
committed
clean up timeJump
1 parent 4fec3d6 commit 3adfc6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/backend/controllers/timeJump.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export default function timeJumpInitiation(mode: Status) {
1616
* This function is to reset jumping mode to false when user hover the mouse over the browser body
1717
*/
1818
const resetJumpingMode = (): void => {
19-
console.log('timeJump - STOP JUMPING');
2019
mode.jumping = false;
2120
};
2221
/**
@@ -25,7 +24,6 @@ export default function timeJumpInitiation(mode: Status) {
2524
*/
2625
return async function timeJump(targetSnapshot: Tree): Promise<void> {
2726
mode.jumping = true;
28-
console.log('timeJump - START JUMPING');
2927
// Reset mode.navigating
3028
delete mode.navigating;
3129
// Traverse the snapshotTree to update ReactFiberTree

0 commit comments

Comments
 (0)