removed print statement
This commit is contained in:
parent
74cedc3b08
commit
230614b626
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ impl MessageHandler for StreamState {
|
||||||
hotkey_handler.change_scene(Scenes::Screen, Some(self.screen_sub_scene));
|
hotkey_handler.change_scene(Scenes::Screen, Some(self.screen_sub_scene));
|
||||||
},
|
},
|
||||||
Scenes::Augmented => {
|
Scenes::Augmented => {
|
||||||
println!("Augment!");
|
|
||||||
hotkey_handler.change_scene(Scenes::Augmented, None);
|
hotkey_handler.change_scene(Scenes::Augmented, None);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue