remove test code, fmt

This commit is contained in:
Martin Kavík 2024-05-28 17:18:56 +02:00
parent cdd76109c8
commit 53effc0b30
3 changed files with 36 additions and 78 deletions

View file

@ -11,9 +11,6 @@ use waveform_panel::WaveformPanel;
type HierarchyAndTimeTable = (Rc<wellen::Hierarchy>, Rc<wellen::TimeTable>);
// @TODO REMOVE
const SIMULATE_CLICKS: bool = false;
fn main() {
start_app("app", root);
Task::start(async {