Remove stdout message on writing package.ron

This commit is contained in:
Nathan Fisher 2023-03-28 17:53:44 -04:00
parent 3a5174c521
commit 749bac6876
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ impl Package {
let mut writer = BufWriter::new(&fd);
writer.write_all(s.as_bytes())?;
writer.flush()?;
println!("{} written", outfile.display());
let node = Node::read_data_to_tar(
s.as_bytes(),
"package.ron",