remove debug log

This commit is contained in:
Masataka SUMI 2024-11-07 22:24:08 +09:00
parent cce076d324
commit a1249a7937
No known key found for this signature in database

View File

@ -10,10 +10,8 @@ namespace UniVRM10
public glTFMaterial ExportMaterial(Material m, ITextureExporter textureExporter, GltfExportSettings settings)
{
Debug.Log(1);
if (MToonExporter.TryExportMaterial(m, textureExporter, out var dst))
{
Debug.Log(2);
return dst;
}
else