removed print

This commit is contained in:
Rakarake 2026-03-15 16:00:25 +01:00
parent fa35870b20
commit 9d506d688b

View file

@ -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);