Skip to content

Commit 2e16b1d

Browse files
committed
chore: remove useless info log
1 parent 65f49b8 commit 2e16b1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plantuml.rs

-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ impl PlantUML {
6060
return Ok(());
6161
}
6262

63-
log::info!("download the PlantUML jar from {}", url);
64-
6563
create_parent_directory(destination_path)?;
6664

6765
let mut destination_file = File::create(destination_path).map_err(|e| {

0 commit comments

Comments
 (0)