We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f49b8 commit 2e16b1dCopy full SHA for 2e16b1d
src/plantuml.rs
@@ -60,8 +60,6 @@ impl PlantUML {
60
return Ok(());
61
}
62
63
- log::info!("download the PlantUML jar from {}", url);
64
-
65
create_parent_directory(destination_path)?;
66
67
let mut destination_file = File::create(destination_path).map_err(|e| {
0 commit comments