Skip to content

Commit 4d07844

Browse files
committed
Remove system.err
1 parent 639f69e commit 4d07844

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

azure-client-runtime/src/main/java/com/microsoft/azure/AzureClient.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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()) {

0 commit comments

Comments
 (0)