mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 14:48:19 +01:00
feat: remove test code
This commit is contained in:
parent
a90a2695a9
commit
b6ca94b809
|
|
@ -245,10 +245,6 @@ async fn main() -> actix_web::Result<(), anyhow::Error> {
|
||||||
.keep_alive(KeepAlive::Os)
|
.keep_alive(KeepAlive::Os)
|
||||||
.run();
|
.run();
|
||||||
|
|
||||||
//TODO remove this
|
|
||||||
lysand::test::main().await?;
|
|
||||||
return Ok(());
|
|
||||||
|
|
||||||
tokio::spawn(http_server);
|
tokio::spawn(http_server);
|
||||||
|
|
||||||
match signal::ctrl_c().await {
|
match signal::ctrl_c().await {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue