From f9e9f26e9747ebd03130b9e359dfa45f87bf1b21 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Tue, 22 Apr 2025 11:04:09 +0200 Subject: [PATCH] Remove leftover debug log from bindings generator --- Source/Tools/Flax.Build/Bindings/BindingsGenerator.CSharp.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Tools/Flax.Build/Bindings/BindingsGenerator.CSharp.cs b/Source/Tools/Flax.Build/Bindings/BindingsGenerator.CSharp.cs index fd3f3810b..54329634f 100644 --- a/Source/Tools/Flax.Build/Bindings/BindingsGenerator.CSharp.cs +++ b/Source/Tools/Flax.Build/Bindings/BindingsGenerator.CSharp.cs @@ -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))