Skip to content

Commit e1a3bdd

Browse files
committed
src/cli.rs: remove forgotten comment
1 parent 1dcce82 commit e1a3bdd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/cli.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -675,10 +675,6 @@ pub async fn run(args: Option<&ArgMatches>) -> Result<(), RunError> {
675675
error!("Cannot use both --dry-activate & --boot!");
676676
}
677677

678-
// if opts.file.is_some() && (opts.targets.is_some() || opts.target.is_some()) {
679-
// error!("When using --file, only one target is supported!")
680-
// }
681-
682678
let deploys = opts
683679
.clone()
684680
.targets

0 commit comments

Comments
 (0)