Skip to content

Commit

Permalink
remove consoles
Browse files Browse the repository at this point in the history
  • Loading branch information
memelotsqui committed Nov 5, 2023
1 parent eea809e commit 31d299d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/library/create-texture-atlas.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31d299d

Please sign in to comment.