Skip to content

Commit

Permalink
Remove Debugger.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiamurialdo committed Jun 11, 2024
1 parent a927c74 commit 0d4d13d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@ private static void RestProcess(GXBaseObject worker, Dictionary<string, object>

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))
Expand Down

0 comments on commit 0d4d13d

Please sign in to comment.