未验证 提交 cbbfbb21 编写于 作者: J Jim 提交者: GitHub

Remove the SceneLoader console error log

See issue: https://github.com/mrdoob/three.js/issues/13405
上级 54a1e789
......@@ -58,13 +58,6 @@ Object.assign( JSONLoader.prototype, {
}
if ( type.toLowerCase() === 'scene' ) {
console.error( 'THREE.JSONLoader: ' + url + ' should be loaded with THREE.SceneLoader instead.' );
return;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册