Skip to content

Commit 13ee92d

Browse files
committed
- remove commented code for release.
1 parent 1abe48a commit 13ee92d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dotnet/src/dotnetframework/GxClasses/Services/GxRestWrapper.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ public virtual Task MethodBodyExecute(object key)
130130
innerMethod = this.ServiceMethod;
131131
}
132132
Dictionary<string, object> outputParameters = ReflectionHelper.CallMethod(_procWorker, innerMethod, bodyParameters, _gxContext);
133-
//if (_procWorker.IsApiObject)
134-
//{
135-
// if (outputParameters.Count == 1)
136-
// wrapped = false;
137-
//}
138133
setWorkerStatus(_procWorker);
139134
_procWorker.cleanup();
140135
RestProcess(outputParameters);

0 commit comments

Comments
 (0)