From effc63255c033ddca55bc881eb1d994ca6c0bb3c Mon Sep 17 00:00:00 2001 From: Masataka SUMI Date: Tue, 25 May 2021 14:56:08 +0900 Subject: [PATCH] remove debug --- Assets/VRMShaders/GLTF/IO/Runtime/TextureFactory.cs | 1 - 1 file changed, 1 deletion(-) 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: