aboutsummaryrefslogtreecommitdiff
path: root/src/renderer/mod.rs
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2017-07-07 10:35:12 -0700
committerJoe Wilm <joe@jwilm.com>2017-07-07 10:35:12 -0700
commit150d5bf98f140d305853528a04fe9ef5a17d8474 (patch)
tree4afd0a4c8f873321778346158809552ff7303367 /src/renderer/mod.rs
parent08b5ae52c1c7dc3587ad31eee3036b58c3df394d (diff)
downloadalacritty-150d5bf98f140d305853528a04fe9ef5a17d8474.tar.gz
alacritty-150d5bf98f140d305853528a04fe9ef5a17d8474.zip
Reduce info! logging noise
Diffstat (limited to 'src/renderer/mod.rs')
-rw-r--r--src/renderer/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/renderer/mod.rs b/src/renderer/mod.rs
index 7c1c011b..0a2fdf90 100644
--- a/src/renderer/mod.rs
+++ b/src/renderer/mod.rs
@@ -964,8 +964,6 @@ impl ShaderProgram {
-1., 1.);
let projection: [[f32; 4]; 4] = ortho.into();
- info!("width: {}, height: {}", width, height);
-
unsafe {
gl::UniformMatrix4fv(self.u_projection,
1, gl::FALSE, projection.as_ptr() as *const _);