From 34b705bcf2f2dec9c4bfd057f8ed3d1caf09d41c Mon Sep 17 00:00:00 2001 From: luzhuang <364439895@qq.com> Date: Fri, 6 Dec 2024 15:51:19 +0800 Subject: [PATCH] refactor: opt code --- packages/loader/src/gltf/parser/GLTFParserContext.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/loader/src/gltf/parser/GLTFParserContext.ts b/packages/loader/src/gltf/parser/GLTFParserContext.ts index 18cf763dd..801e62e87 100644 --- a/packages/loader/src/gltf/parser/GLTFParserContext.ts +++ b/packages/loader/src/gltf/parser/GLTFParserContext.ts @@ -4,7 +4,6 @@ import { AnimatorController, Buffer, Entity, - Logger, Material, ModelMesh, ResourceManager,