Skip to content

Commit

Permalink
chore: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Kambic <[email protected]>
  • Loading branch information
kyungeunni and justinkambic authored Feb 8, 2023
1 parent 20ba9f4 commit c248f7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion electron/preload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ const electronAPI: IElectronAPI = {
ipcRenderer.on('test-event', callback);
await ipcRenderer.invoke('run-journey', params);
},

removeOnTestListener: () => {
ipcRenderer.removeAllListeners('test-event');
},
Expand Down
1 change: 0 additions & 1 deletion src/hooks/useSyntheticsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export function useSyntheticsTest(steps: RecorderSteps): ITestContext {
dispatch(data);
};

// electronAPI.on('test-event', onTestEvent);

try {
const promise = electronAPI.runTest(
Expand Down

0 comments on commit c248f7e

Please sign in to comment.