Cleanup: Remove debug print

This commit is contained in:
Jeroen Bakker 2019-05-23 14:14:36 +02:00
parent 9f5ec31ac0
commit 07c48c9112
1 changed files with 0 additions and 2 deletions

View File

@ -83,8 +83,6 @@ void EEVEE_render_init(EEVEE_Data *ved, RenderEngine *engine, struct Depsgraph *
camtexcofac[2] = -camtexcofac[0] * g_data->overscan_pixels / size_final[0];
camtexcofac[3] = -camtexcofac[1] * g_data->overscan_pixels / size_final[1];
print_v4_id(camtexcofac);
}
else {
copy_v2_v2(size_final, size_orig);