Skip to content

Commit

Permalink
Fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Jun 27, 2024
1 parent e20ee1e commit 5a1a04e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { EnsembleIdent } from "@framework/EnsembleIdent";
import { LayerManager } from "@modules/Intersection/utils/layers/LayerManager";

import { atom } from "jotai";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export const selectedWellboreAtom = atom((get) => {
});

export const layerManagerAtom = atom((get) => {
console.debug("Creating LayerManager");
const layerManager = new LayerManager();
const queryClient = get(queryClientAtom);
layerManager.setQueryClient(queryClient);
Expand Down

0 comments on commit 5a1a04e

Please sign in to comment.