Skip to content

Commit 73badb9

Browse files
committed
removed some extra output
1 parent 96ad5a5 commit 73badb9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,6 @@ impl Widget<FractalData> for FractalWidget {
331331
if let Some(rotation) = command.get::<f64>(Selector::new("set_rotation")) {
332332
let new_rotate = (rotation % 360.0 + 360.0) % 360.0;
333333

334-
println!("{} {}", rotation, new_rotate);
335-
336334
settings.set("rotate", new_rotate).unwrap();
337335
data.temporary_rotation = new_rotate;
338336

0 commit comments

Comments
 (0)