remove old comment

This commit is contained in:
Simon Gardling 2022-06-01 02:31:23 -04:00
parent 252312b1f7
commit dd1c476f78

View File

@ -105,8 +105,6 @@ fn main() {
let mut file = BufWriter::new(File::create(&path).expect("Could not save compressed_data"));
write!(&mut file, "{}", chars_array).expect("unable to write chars_array");
// file.write_all(data_compressed.as_slice())
// .expect("Failed to save compressed data");
}
let fonts = FontDefinitions {