Skip to content

Commit

Permalink
chore: removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelOsborne committed Jan 17, 2024
1 parent 7ab06c0 commit 9f3afcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dotlottie-rs/src/lottie_renderer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ impl LottieRenderer {
.map_err(LottieRendererError::ThorvgError)?;

if let Some(picture) = &mut thorvg_animation.get_picture() {
// println!("{:?}", data.as_bytes());
picture.load_data(data.as_bytes(), "lottie", copy)?;

thorvg_canvas.push(picture)?;
Expand Down

0 comments on commit 9f3afcb

Please sign in to comment.