diff --git a/Assets/VRMShaders/GLTF/IO/Runtime/TextureFactory.cs b/Assets/VRMShaders/GLTF/IO/Runtime/TextureFactory.cs index 6ec882122..a9c1e28a9 100644 --- a/Assets/VRMShaders/GLTF/IO/Runtime/TextureFactory.cs +++ b/Assets/VRMShaders/GLTF/IO/Runtime/TextureFactory.cs @@ -139,7 +139,6 @@ namespace VRMShaders rawTexture.name = subAssetKey.Name; rawTexture.SetSampler(param.Sampler); m_textureCache.Add(subAssetKey, rawTexture); - Debug.Log($"{rawTexture.name}:{param.Sampler.EnableMipMap}"); return rawTexture; } case TextureImportTypes.Linear: