Remove leftover debug log from bindings generator
This commit is contained in:
@@ -1629,8 +1629,6 @@ namespace Flax.Build.Bindings
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
originalType = type = GenerateCSharpNativeToManaged(buildData, marshalType, structureInfo);
|
originalType = type = GenerateCSharpNativeToManaged(buildData, marshalType, structureInfo);
|
||||||
if (apiType != null && apiType.MarshalAs != null)
|
|
||||||
Log.Error("marshal as into type: " + type);
|
|
||||||
structContents.Append(structIndent).Append("public ");
|
structContents.Append(structIndent).Append("public ");
|
||||||
string internalTypeMarshaller = "";
|
string internalTypeMarshaller = "";
|
||||||
if (marshalType.IsArray && (fieldInfo.NoArray || structureInfo.IsPod))
|
if (marshalType.IsArray && (fieldInfo.NoArray || structureInfo.IsPod))
|
||||||
|
|||||||
Reference in New Issue
Block a user