Cleanup: Remove print statement

This commit is contained in:
Jeroen Bakker 2020-05-12 12:05:48 +02:00
parent d896df3ccd
commit 390d27548c
1 changed files with 0 additions and 1 deletions

View File

@ -267,7 +267,6 @@ DRWShadingGroup *workbench_image_setup_ex(WORKBENCH_PrivateData *wpd,
}
if (tex == NULL) {
printf("Image not found\n");
tex = wpd->dummy_image_tx;
}