Skip to content

Commit

Permalink
Fix bad merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinleroy committed May 21, 2024
1 parent 458b5ed commit 4bf06a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ide/packages/panoptes/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {
EvaluationMode,
PanoptesConfig,
SystemSpec,
isSysMsg,
isSysMsgOpenError,
isSysMsgOpenFile,
isSysMsgReset,
Expand Down Expand Up @@ -55,7 +54,6 @@ const App = observer(({ config }: { config: PanoptesConfig }) => {
payload: any;
} = e.data;

if (!isSysMsg(payload)) return;
console.debug("Received message from system", payload);

if (isSysMsgOpenError(payload)) {
Expand Down

0 comments on commit 4bf06a5

Please sign in to comment.