Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit f2439de

Browse files
author
Theo van Kraay
committed
remove superfluous log
1 parent 4ed1fbc commit f2439de

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/azure/cosmos/examples/analyticalcontainercrud/async/AnalyticalContainerCRUDQuickstartAsync.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ private void deleteAContainer() throws Exception {
179179
}).doOnSuccess(response -> {
180180
logger.info("Delete container {} succeeded: {}", containerName);
181181
}).block();
182-
logger.info("Status code for container delete: {}", containerResp.getStatusCode());
183182
}
184183

185184
// Database delete

0 commit comments

Comments
 (0)