From 31d299d291d4b1f1107f508820339293d6b56964 Mon Sep 17 00:00:00 2001 From: memelotsqui Date: Sat, 4 Nov 2023 19:33:39 -0600 Subject: [PATCH] remove consoles --- src/library/create-texture-atlas.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/library/create-texture-atlas.js b/src/library/create-texture-atlas.js index dc2bdb53..ae3d918c 100644 --- a/src/library/create-texture-atlas.js +++ b/src/library/create-texture-atlas.js @@ -100,8 +100,6 @@ function lerp(t, min, max, newMin, newMax) { } export const createTextureAtlas = async ({ transparentColor, meshes, atlasSize = 4096 }) => { - console.log("ents"); - console.log(meshes); // detect whether we are in node or the browser const isNode = typeof window === 'undefined'; // if we are in node, call createTextureAtlasNode