Skip to content

Commit c141190

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Remove unwanted printf in avif decoder (#8621)
Reviewed By: vmoens Differential Revision: D62098667 fbshipit-source-id: e1434ec4a598c3bc386a6f5a9085433d035dcec6
1 parent f15d1d3 commit c141190

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
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)