Remove debug printf committed by accident

This commit is contained in:
Campbell Barton 2023-08-25 17:13:49 +10:00
parent 4c0ef81926
commit 0094bf8357
1 changed files with 0 additions and 1 deletions

View File

@ -1749,7 +1749,6 @@ bool ED_scene_fps_average_calc(const Scene *scene)
tot++;
}
}
printf("TOTAL WAS: %d\n", tot);
if (tot) {
fpsi->redrawtime_index = (fpsi->redrawtime_index + 1) % REDRAW_FRAME_AVERAGE;
fps = fps / tot;