Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Feb 13, 2025
1 parent 496e0e8 commit 3fa1f85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/rendering/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,6 @@ impl RenderVideoConstants {
Content::MultipleSegments { inner } => inner.cursor_images(meta).unwrap_or_default(),
};

dbg!(&cursor_images);

for (cursor_id, path) in &cursor_images.0 {
println!("Loading cursor image: {} -> {}", cursor_id, path.display());

Expand Down

0 comments on commit 3fa1f85

Please sign in to comment.