diff --git a/src/pipeline/cache.rs b/src/pipeline/cache.rs index fd5ba5c..a1c52f3 100644 --- a/src/pipeline/cache.rs +++ b/src/pipeline/cache.rs @@ -14,9 +14,6 @@ impl Cache { gl.bind_texture(glow::TEXTURE_2D, Some(handle)); - #[cfg(debug_assertions)] - gl.object_label(glow::TEXTURE, handle, Some("Glyph cache")); - gl.tex_parameter_i32( glow::TEXTURE_2D, glow::TEXTURE_WRAP_S,