Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <hrma017@gmail.com>
  • Loading branch information
munishchouhan committed Mar 18, 2024
1 parent 2ec9032 commit 409936b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/io/seqera/wave/cli/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,6 @@ protected ContainerConfig prepareConfig() {

result.labels = createLablesMap(labels);
// return the result
System.out.println("labels: " + labels);
System.out.println("Container config: " + result);
return !result.empty() ? result : null;
}

Expand Down

0 comments on commit 409936b

Please sign in to comment.