mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-26 20:00:32 +00:00
Remove duplicated log (#4133)
This commit is contained in:
parent
42297811be
commit
aadbf3c076
@ -198,7 +198,6 @@ fn fmt_packages(workspace: &Path, args: FmtPackagesArgs) -> Result<()> {
|
||||
packages.sort();
|
||||
|
||||
for package in packages {
|
||||
log::info!("Formatting package: {}", package);
|
||||
xtask::format_package(workspace, package, args.check)?;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user