Skip to content

Commit c36025a

Browse files
authored
Remove unwanted printf in avif decoder (#8621)
1 parent db60022 commit c36025a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torchvision/csrc/io/image/cpu/decode_avif.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ torch::Tensor decode_avif(
5252
result == AVIF_RESULT_OK,
5353
"avifDecoderParse failed: ",
5454
avifResultToString(result));
55-
printf("avif num images = %d\n", decoder->imageCount);
5655
TORCH_CHECK(
5756
decoder->imageCount == 1, "Avif file contains more than one image");
5857

0 commit comments

Comments
 (0)