diff options
author | Joe Wilm <joe@jwilm.com> | 2016-07-12 20:03:27 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-07-12 20:03:27 -0700 |
commit | 316ccd1c3a883f447d63fd5c935cdf5f37e75157 (patch) | |
tree | a5d6175d7c0d64893b89c8d375b9f779e32cbbf7 /font | |
parent | 829c9186dea67925639e9636b01bc10589acf3e6 (diff) | |
download | alacritty-316ccd1c3a883f447d63fd5c935cdf5f37e75157.tar.gz alacritty-316ccd1c3a883f447d63fd5c935cdf5f37e75157.zip |
Remove noisey printing on macOS
Diffstat (limited to 'font')
-rw-r--r-- | font/src/darwin/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/font/src/darwin/mod.rs b/font/src/darwin/mod.rs index 6d006e63..10449e3e 100644 --- a/font/src/darwin/mod.rs +++ b/font/src/darwin/mod.rs @@ -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); |