Remove noisey printing on macOS

This commit is contained in:
Joe Wilm 2016-07-12 20:03:27 -07:00
parent 829c9186de
commit 316ccd1c3a
1 changed files with 0 additions and 1 deletions

View File

@ -300,7 +300,6 @@ impl Font {
cg_context.clone());
let rasterized_pixels = cg_context.data().to_vec();
println!("rasterized_pixels: {:?}", rasterized_pixels);
let buf = extract_rgb(rasterized_pixels);