remove debug prints from gfx_opengl_legacy.c

This commit is contained in:
fgsfds 2023-12-19 01:22:53 +01:00
parent 8000f6bb3d
commit e35f2ba8ef
1 changed files with 0 additions and 3 deletions

View File

@ -264,9 +264,6 @@ static struct ShaderProgram *gfx_opengl_create_and_load_new_shader(uint32_t shad
struct ShaderProgram *prg = &shader_program_pool[shader_program_pool_size++];
printf("new shader 0x%08x\n", shader_id);
fflush(stdout);
prg->shader_id = shader_id;
prg->cc = ccf;
prg->num_inputs = ccf.num_inputs;