Skip to content

Commit

Permalink
refactor: remove config reload test
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Sep 11, 2024
1 parent 8287e32 commit 4b54b53
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/desktop/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@ fn start_app(cli: Cli) -> anyhow::Result<()> {
SysTray::new(app.handle(), config.clone(), window_factory)
.await?;

// TODO: Remove this test.
tokio::spawn(async move {
sleep(Duration::from_secs(60)).await;
println!("Reloading config...");
config.reload().await.unwrap();
});

Ok(())
})
})
Expand Down

0 comments on commit 4b54b53

Please sign in to comment.