Remove printf from gfx_pc.c (#383)

I don't think this is needed anymore
This commit is contained in:
Agent X 2023-05-04 17:53:05 -04:00 committed by GitHub
parent 657feb5d7b
commit febba0e109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -353,8 +353,6 @@ static struct ColorCombiner *gfx_lookup_or_create_color_combiner(struct CombineM
memcpy(&comb->cm, cm, sizeof(struct CombineMode));
gfx_generate_cc(comb);
printf(">> added %016lx\n", comb->cm.hash);
return prev_combiner = comb;
}