Skip to content

Commit 760bd30

Browse files
committed
commit
1 parent 96125f1 commit 760bd30

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/plots/Plot.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ const Plot = () => {
177177
},[plotType])
178178

179179
useEffect(()=>{
180-
const isDev = process.env.NODE_ENV !== "development";
181180
const loader = new THREE.TextureLoader()
182181
async function SetTextures(){
183182
const maskTexture = await loader.loadAsync('./land_mask.webp');

0 commit comments

Comments
 (0)