Skip to content

Commit

Permalink
removed logger
Browse files Browse the repository at this point in the history
  • Loading branch information
munishchouhan committed Sep 30, 2024
1 parent bf77e72 commit bc40de2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
)
public class ViewCmd extends AbstractRunsCmd {

private static final Logger log = LoggerFactory.getLogger(ViewCmd.class);
@CommandLine.Option(names = {"-i", "--id"}, description = "Pipeline run identifier.", required = true)
public String id;

Expand Down

0 comments on commit bc40de2

Please sign in to comment.