Skip to content

Commit

Permalink
fix: remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjozork committed Feb 3, 2024
1 parent d872241 commit c5b04ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/renderer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ ipcRenderer.invoke(channels.sentry.requestSessionID).then((sessionID) => {

// Obtain configuration and use it
InstallerConfiguration.obtain().then((config: Configuration) => {
throw new Error('a'.repeat(255));

store.dispatch(setConfiguration({ configuration: config }));

for (const publisher of config.publishers) {
Expand Down

0 comments on commit c5b04ec

Please sign in to comment.