Skip to content

Commit

Permalink
chore: Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Feb 22, 2024
1 parent 0ea9832 commit 0cfc7d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions espflash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,3 @@ cli = [
"dep:update-informer",
]
serialport = ["dep:serialport"]

# [dev-dependencies]
# assert_cmd = "2.0.12"
# predicates = "3.0.4"
2 changes: 2 additions & 0 deletions espflash/src/bin/espflash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ pub fn erase_parts(args: ErasePartsArgs, config: &Config) -> Result<()> {
.connection()
.reset_after(!args.connect_args.no_stub)?;

info!("Specified partitions successfully erased!");

Ok(())
}

Expand Down

0 comments on commit 0cfc7d3

Please sign in to comment.