mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
server: remove debug print
This commit is contained in:
@@ -184,7 +184,6 @@ async fn run_server_command(opts: RunOpts) -> Result<()> {
|
|||||||
|
|
||||||
let server = set_up_server(config).await?.workers(1);
|
let server = set_up_server(config).await?.workers(1);
|
||||||
|
|
||||||
dbg!("here");
|
|
||||||
server.run().await.context("while starting the server")
|
server.run().await.context("while starting the server")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user