feat: remove test code

This commit is contained in:
aprilthepink 2024-06-18 01:46:24 +02:00
parent a90a2695a9
commit b6ca94b809

View file

@ -245,10 +245,6 @@ async fn main() -> actix_web::Result<(), anyhow::Error> {
.keep_alive(KeepAlive::Os)
.run();
//TODO remove this
lysand::test::main().await?;
return Ok(());
tokio::spawn(http_server);
match signal::ctrl_c().await {