Skip to content

Commit 1c93dcd

Browse files
committed
Oof, accidental debug
1 parent 0159221 commit 1c93dcd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/cli/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,6 @@ pub fn run(args: Vec<String>) -> anyhow::Result<()> {
439439
}
440440
};
441441

442-
println!("args: {args:#?}");
443-
444442
if args.cargo_args.is_empty() {
445443
shell.error("No args found to pass to cargo!")?;
446444
shell.note("You still need to specify build arguments to cargo to achieve anything. :)")?;

0 commit comments

Comments
 (0)