Changed logs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andre Henriques 2023-06-26 19:02:59 +01:00
parent 596f9a3756
commit 304a00f49b
2 changed files with 0 additions and 4 deletions

View File

@ -140,8 +140,6 @@ fn ligth_controll(
render.remove_animation(ani.ok().unwrap());
}
println!("loop");
render.render();
}

View File

@ -343,8 +343,6 @@ impl Render {
self.last = data.clone();
}
println!("Try Render {} - {} = {} < 33 = {}", time, self.last_update, (time - self.last_update), (time - self.last_update) < 33);
if (time - self.last_update) < 33 {
return;
}