Skip to content

Commit

Permalink
Remove random print statement (#3577)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #3577

Reviewed By: atalman

Differential Revision: D48763580

Pulled By: mthrok

fbshipit-source-id: 6ab155a5dd4cf11b2a58f26ced369107f0a2f08f
  • Loading branch information
mthrok authored and facebook-github-bot committed Aug 29, 2023
1 parent 47eaab4 commit 5ee254e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torchaudio/_backend/ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ def _type(spec):
sample_fmt = _get_flac_sample_fmt(bps)
if _type("ogg"):
sample_fmt = _get_flac_sample_fmt(bps)
print(ext, format, encoding, bps, "===>", muxer, encoder, sample_fmt)
return muxer, encoder, sample_fmt


Expand Down

0 comments on commit 5ee254e

Please sign in to comment.