Skip to content

Commit

Permalink
removed some extra output
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyarndley committed Nov 19, 2020
1 parent 96ad5a5 commit 73badb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,6 @@ impl Widget<FractalData> for FractalWidget {
if let Some(rotation) = command.get::<f64>(Selector::new("set_rotation")) {
let new_rotate = (rotation % 360.0 + 360.0) % 360.0;

println!("{} {}", rotation, new_rotate);

settings.set("rotate", new_rotate).unwrap();
data.temporary_rotation = new_rotate;

Expand Down

0 comments on commit 73badb9

Please sign in to comment.