Skip to content

Commit

Permalink
remove debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Jan 27, 2025
1 parent 4bfc763 commit bc60f64
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/media/src/sources/screen_capture.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,10 +408,6 @@ fn inner<T>(
info!("Screen recording started.");
}

if t.elapsed().as_millis() > 5000 {
break;
}

match get_frame(&mut capturer) {
Some(ControlFlow::Break(_)) => {
break;
Expand Down

1 comment on commit bc60f64

@vercel
Copy link

@vercel vercel bot commented on bc60f64 Jan 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.