WEBP loader: Remove forgotten debug printout

This commit is contained in:
Kim Woelders 2021-09-12 17:23:02 +02:00
parent 3a4d6d4590
commit c018a7687c
1 changed files with 0 additions and 2 deletions

View File

@ -126,8 +126,6 @@ save(ImlibImage * im, ImlibProgressFunction progress, char progress_granularity)
uint8_t *encoded_data;
size_t encoded_size;
printf("FOO\n");
f = fopen(im->real_file, "wb");
if (!f)
return LOAD_FAIL;