Remove printf from gfx_pc.c (#383)
I don't think this is needed anymore
This commit is contained in:
parent
657feb5d7b
commit
febba0e109
|
@ -353,8 +353,6 @@ static struct ColorCombiner *gfx_lookup_or_create_color_combiner(struct CombineM
|
||||||
memcpy(&comb->cm, cm, sizeof(struct CombineMode));
|
memcpy(&comb->cm, cm, sizeof(struct CombineMode));
|
||||||
gfx_generate_cc(comb);
|
gfx_generate_cc(comb);
|
||||||
|
|
||||||
printf(">> added %016lx\n", comb->cm.hash);
|
|
||||||
|
|
||||||
return prev_combiner = comb;
|
return prev_combiner = comb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue