File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -156,14 +156,13 @@ Method dispatchSendRequestSyncMultiple(
156156 set builtins = ##class (%SYS.Python ).Import (" builtins" )
157157 // Convert %List to multidimensional array
158158 set tCallStructList =builtins .len (pCallStructList )
159- $$$LOGINFO(" pCallStructList: " _pCallStructList )
160159 for i =0 :1 :builtins .len (pCallStructList )-1 {
161160 set tCallStructList (i +1 ) = pCallStructList ." __getitem__" (i )
162161 }
163162
164- $$$LOGINFO(" tCallStructList: " _tCallStructList (1 ))
165163 set tSC = ..SendRequestSyncMultiple (.tCallStructList ,pTimeout )
166164 if $$$ISERR(tSC ) throw ##class (%Exception.StatusException ).CreateFromStatus (tSC )
165+
167166 // Convert multidimensional array to Python list
168167 set tResponseList = builtins .list ()
169168
You can’t perform that action at this time.
0 commit comments