Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Sep 3, 2024
1 parent 12c6898 commit 0e24c5c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions screenpipe-audio/src/pcm_decode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ pub fn pcm_decode<P: AsRef<std::path::Path>>(path: P) -> anyhow::Result<(Vec<f32
format.metadata().current().unwrap()
);

// Debug log all available tracks
for (idx, track) in format.tracks().iter().enumerate() {
debug!(
"Track {}: Codec: {:?}, Codec params: {:?}",
idx, track.codec_params.codec, track.codec_params
);
}

// Find the first audio track with a known (decodeable) codec.
let track = format
.tracks()
Expand Down

0 comments on commit 0e24c5c

Please sign in to comment.