Skip to content

Commit ca1814f

Browse files
(n/a) finished testing port messages from reducer
1 parent 631ae4b commit ca1814f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app/reducers/mainReducer.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ export default (state, action) => produce(state, draft => {
4545
// eslint-disable-next-line max-len
4646
// finds the name by the newIndex parsing through the hierarchy to send to background.js the current name in the jump action
4747
const nameFromIndex = findName(newIndex, hierarchy);
48-
port.postMessage({
49-
test: 'heres a test from the reducer'
50-
})
5148
port.postMessage({
5249
action: 'jumpToSnap',
5350
payload: snapshots[newIndex],

0 commit comments

Comments
 (0)