chore(rust): removed print
mellbacon committed
Aug 20, 2023 at 17:11 UTC
670d7809f194386dbb46516002213746cc7bc23c
1 file changed
-1
src-tauri/src/main.rs
-1
@@ -106,7 +106,6 @@ fn write_file(path: &str, content: &str, enc: &str, has_bom: bool) {
106
}
107
}
108
output = [bom.as_slice(), c_bytes.as_slice()].concat();
109
- println!("{:?}", output.as_slice());
109
}
110
let mut file = File::create(path).unwrap();
111
file.write_all(&output).unwrap();