File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
azure-client-runtime/src/main/java/com/microsoft/azure Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ public <T> ServiceResponse<T> getPutOrPatchResult(Response<ResponseBody> respons
109109
110110 // Check provisioning state
111111 while (!AzureAsyncOperation .getTerminalStatuses ().contains (pollingState .getStatus ())) {
112- System .err .println (pollingState .getStatus ());
113112 Thread .sleep (pollingState .getDelayInMilliseconds ());
114113
115114 if (pollingState .getAzureAsyncOperationHeaderLink () != null
@@ -285,7 +284,6 @@ public <T> ServiceResponse<T> getPostOrDeleteResult(Response<ResponseBody> respo
285284 // Check provisioning state
286285 while (!AzureAsyncOperation .getTerminalStatuses ().contains (pollingState .getStatus ())) {
287286 Thread .sleep (pollingState .getDelayInMilliseconds ());
288- System .err .println (pollingState .getStatus ());
289287
290288 if (pollingState .getAzureAsyncOperationHeaderLink () != null
291289 && !pollingState .getAzureAsyncOperationHeaderLink ().isEmpty ()) {
You can’t perform that action at this time.
0 commit comments