Remove unnecesary print from Timer#beep()
This commit is contained in:
@@ -88,7 +88,6 @@ impl Timer {
|
||||
|
||||
if self.remaining == 0 {
|
||||
self.enabled = false;
|
||||
println!("Beep!");
|
||||
Self::beep();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user