Skip to content

Commit

Permalink
feat(19622): remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nattallius committed Sep 20, 2024
1 parent a9db2b8 commit fbc470e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/features/search/searchMcdaAtoms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ export const MCDAAtom = atom((ctx) => {
const loading = ctx.spy(fetchMCDAAsyncResource.pendingAtom) > 0;
const error = ctx.spy(fetchMCDAAsyncResource.errorAtom);

// if (json) {
// const config: Partial<MCDAConfig> =
// json?.type === 'mcda' ? json.config : json;
// store.dispatch([mcdaLayerAtom.createMCDALayer(config)]);
// }

return { data, loading, error };
});

Expand Down

0 comments on commit fbc470e

Please sign in to comment.