Skip to content

Commit 5473690

Browse files
(removed) logging in index.ts within backend. This was causing the unwanted logs while firing actions from Reactime frontend
1 parent 181005a commit 5473690

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ function getRouteURL(node: SnapshotNode): string {
4444

4545
// * Event listener for time-travel actions
4646
window.addEventListener('message', ({ data: { action, payload } }: MsgData) => {
47-
console.log('payload',action)
4847
switch (action) {
4948
case 'jumpToSnap':
5049
timeJump(payload, true); // * This sets state with given payload

0 commit comments

Comments
 (0)