diff --git a/renderer.c b/renderer.c index 1a31aa4..334bbde 100644 --- a/renderer.c +++ b/renderer.c @@ -182,7 +182,6 @@ Renderer new_renderer(char **textures, int texture_count) { renderer.textures[i].width = width; renderer.textures[i].height = height; renderer.textures[i].nr_channels = nr_channels; - printf("texture info | width: %d, height: %d, nr_channels: %d\n", width, height, nr_channels); } else { fprintf(stderr, "failed to load texture %d\n", i);