Skip to content

Commit

Permalink
removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
splurf committed Jun 13, 2024
1 parent 62e7034 commit 209b2ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/base/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ pub fn dist_handler(

// distribute the frames to each client
for (i, frame) in frames.iter().enumerate().skip(*frame_index) {
println!("{}", i);
if let Err(e) = _dist_handler(streams, disconnected, frame) {
*frame_index = i;
return Err(e);
Expand Down

0 comments on commit 209b2ac

Please sign in to comment.