From 34d1600dbcc0b8a043f6df079b306562277a6a89 Mon Sep 17 00:00:00 2001 From: creating2morrow Date: Sun, 30 Apr 2023 21:17:01 -0400 Subject: [PATCH] cleanup old comments --- nevmes-core/src/utils.rs | 2 +- nevmes-gui/src/wrap_app.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/nevmes-core/src/utils.rs b/nevmes-core/src/utils.rs index 095b763..748ac5e 100644 --- a/nevmes-core/src/utils.rs +++ b/nevmes-core/src/utils.rs @@ -286,7 +286,7 @@ fn start_micro_servers() { debug!("{:?}", m_output.stdout); } -/// open gui from i2m core launch +/// open gui from nevmes core launch fn start_gui() { let args = args::Args::parse(); if args.gui { diff --git a/nevmes-gui/src/wrap_app.rs b/nevmes-gui/src/wrap_app.rs index a44e33f..ee9d8cc 100644 --- a/nevmes-gui/src/wrap_app.rs +++ b/nevmes-gui/src/wrap_app.rs @@ -71,7 +71,6 @@ impl Default for State { let (is_screen_locked_tx, is_screen_locked_rx) = std::sync::mpsc::channel(); let (is_cred_set_tx, is_cred_set_rx) = std::sync::mpsc::channel(); Self { - // clock: FractalClockApp, // TODO(c2m):: refactor to lock screen home: Default::default(), address_book: Default::default(), app_init_lock: true,