Skip to content

Commit

Permalink
rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha240100 committed Sep 24, 2017
1 parent de85346 commit 25e73bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/mesh/TextureModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export class TextureModule {
material[texture[0]] = texture[1];
});

console.log(material);
material.needsUpdate = true;
return material;
}
Expand Down

0 comments on commit 25e73bc

Please sign in to comment.