cleanup old comments

This commit is contained in:
creating2morrow 2023-04-30 21:17:01 -04:00
parent ea6b8e9154
commit 34d1600dbc
2 changed files with 1 additions and 2 deletions

View file

@ -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 {

View file

@ -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,