Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-ec committed Dec 12, 2023
1 parent 831cf2b commit 84228f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/gltf/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ class gltfImage extends GltfObject
return false;
}

console.log("Load image: " + this.mimeType);

const buffer = gltf.buffers[view.buffer].buffer;
const array = new Uint8Array(buffer, view.byteOffset, view.byteLength);
if (this.mimeType === ImageMimeType.KTX2)
Expand Down

0 comments on commit 84228f7

Please sign in to comment.