Remove leftover debug log from bindings generator

This commit is contained in:
Wojtek Figat
2025-04-22 11:04:09 +02:00
parent a2ff6e5c24
commit f9e9f26e97

View File

@@ -1629,8 +1629,6 @@ namespace Flax.Build.Bindings
}
else
originalType = type = GenerateCSharpNativeToManaged(buildData, marshalType, structureInfo);
if (apiType != null && apiType.MarshalAs != null)
Log.Error("marshal as into type: " + type);
structContents.Append(structIndent).Append("public ");
string internalTypeMarshaller = "";
if (marshalType.IsArray && (fieldInfo.NoArray || structureInfo.IsPod))