Skip to content

Commit

Permalink
fix: deleted extra println
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelOsborne committed Jul 30, 2024
1 parent b89eaf7 commit d9dd27c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dotlottie-rs/src/state_machine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,6 @@ impl StateMachine {
observer.on_state_entered((*next_state.read().unwrap().get_name()).to_string());
});

println!("Returning execute state");
return self.execute_current_state();
}
}
Expand Down

0 comments on commit d9dd27c

Please sign in to comment.