aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/renderer
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty/src/renderer')
-rw-r--r--alacritty/src/renderer/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/alacritty/src/renderer/mod.rs b/alacritty/src/renderer/mod.rs
index 6b27a837..da5f68a0 100644
--- a/alacritty/src/renderer/mod.rs
+++ b/alacritty/src/renderer/mod.rs
@@ -1219,8 +1219,6 @@ impl TextShaderProgram {
let offset_x = -1.;
let offset_y = 1.;
- info!("Width: {}, Height: {}", width, height);
-
unsafe {
gl::Uniform4f(self.u_projection, offset_x, offset_y, scale_x, scale_y);
}