mirror of
https://github.com/alacritty/alacritty.git
synced 2025-04-14 17:53:03 -04:00
Remove noisey printing on macOS
This commit is contained in:
parent
829c9186de
commit
316ccd1c3a
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue