Remove log message in skin model importer
This commit is contained in:
parent
3e2801ddfc
commit
89c526f715
@ -97,7 +97,6 @@ const codec = new Codec('skin_model', {
|
||||
b.cubes.forEach(function(cube) {
|
||||
|
||||
let base_cube = Codecs.bedrock.parseCube(cube, group);
|
||||
console.log(base_cube.rotation, cube.rotation)
|
||||
template_cubes[Cube.all.indexOf(base_cube)] = cube;
|
||||
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user