Skip to content

Commit

Permalink
remove some unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Jan 6, 2025
1 parent c3a4ff1 commit 6b1cc38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,6 @@ impl<S: CaptureSource + 'static> State<S> {
return;
}
};
debug!("siopc");
self.enc = EncConstructionStage::EverythingButFormat {
roi,
cap,
Expand All @@ -1275,7 +1274,6 @@ impl<S: CaptureSource + 'static> State<S> {
tv_sec_lo: u32,
tv_nsec: u32,
) {
debug!("on_copy_complete");
let CompleteState { enc, cap, .. } = self.enc.unwrap();

self.fps_counter.on_frame();
Expand Down

0 comments on commit 6b1cc38

Please sign in to comment.