Remove more printfs ....

This commit is contained in:
2018-06-07 19:06:50 +02:00
parent 630019d5f8
commit d32b59fc18

View File

@@ -161,7 +161,6 @@ static void drw_deferred_shader_add(GPUMaterial *mat)
/* Double checking that this GPUMaterial is not going to be
* compiled by another thread. */
DRW_deferred_shader_remove(mat);
printf("%s GPUMaterial %p\n", __func__, mat);
GPU_material_compile(mat);
return;
}