From b6ca94b809bf8b8dea101973f361bbc9ca8f86d9 Mon Sep 17 00:00:00 2001 From: aprilthepink Date: Tue, 18 Jun 2024 01:46:24 +0200 Subject: [PATCH] feat: remove test code --- src/main.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index 91eabef..7601a15 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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 {