Skip to content

Commit 665edc5

Browse files
committed
Comment out debug print
1 parent 3fa5c5d commit 665edc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kitty/shaders.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ void after_render(double pixels) {
227227
glClearColor(0.5f, 0.5f, 0.5f, 1.0f);
228228
glClear(GL_COLOR_BUFFER_BIT);
229229

230-
printf("%f\n", pixels);
230+
//printf("%f\n", pixels);
231231
bind_program(SCROLL_PROGRAM);
232232
glUniform1f(glGetUniformLocation(program_id(SCROLL_PROGRAM), "offset"), pixels);
233233
glBindVertexArray(quadVAO);

0 commit comments

Comments
 (0)