From 0d4d13d7f44f9ce590e0b0dde4ba5e18c3562705 Mon Sep 17 00:00:00 2001 From: Claudia Murialdo Date: Tue, 11 Jun 2024 15:52:55 -0300 Subject: [PATCH] Remove Debugger. --- dotnet/src/dotnetframework/GxClasses/Services/GxRestWrapper.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/dotnet/src/dotnetframework/GxClasses/Services/GxRestWrapper.cs b/dotnet/src/dotnetframework/GxClasses/Services/GxRestWrapper.cs index e8c4fb134..8e2b0c9c9 100644 --- a/dotnet/src/dotnetframework/GxClasses/Services/GxRestWrapper.cs +++ b/dotnet/src/dotnetframework/GxClasses/Services/GxRestWrapper.cs @@ -875,7 +875,6 @@ private static void RestProcess(GXBaseObject worker, Dictionary protected static object MakeRestType( object collectionValue, bool isApiObject) { - System.Diagnostics.Debugger.Launch(); Type vType = collectionValue.GetType(); Type itemType; if (vType.IsConstructedGenericType && typeof(IGxCollection).IsAssignableFrom(vType))