Skip to content

Commit f69811e

Browse files
don't log that
1 parent 6089083 commit f69811e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/model/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,6 @@ let createCube = function (width, height, depth, name, faces, fallbackFaces, tex
927927
context1.drawImage(canvas.canvas, 0, i * canvas.width, canvas.width, canvas.width, 0, 0, canvas.width, canvas.width);
928928

929929
let data = canvas1.toDataURL("image/png");
930-
console.log(data);
931930
let hash = md5(data);
932931

933932
if (textureCache.hasOwnProperty(hash)) {// Use texture to cache

0 commit comments

Comments
 (0)