Skip to content

Commit

Permalink
unwanted logging removed [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan committed Apr 3, 2024
1 parent aea2ff3 commit fa7eb08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/io/seqera/wave/cli/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,12 @@ protected void awaitImage(SubmitContainerTokenResponse response, SubmitContainer
if(response.buildId != null && !response.cached || request.freeze){
awaitStatusComplete(response);
}else{
log.debug("Wave container target: {}", response.targetImage);
awaitImage0(response.targetImage);
}
}

protected void awaitImage0(String image){
final URI manifest = imageToManifestUri(image);
log.debug("Wave container manifest: {}", manifest);
final HttpRequest req = HttpRequest.newBuilder()
.uri(manifest)
.headers(REQUEST_HEADERS)
Expand Down

0 comments on commit fa7eb08

Please sign in to comment.