mirror of
https://github.com/lldap/lldap.git
synced 2026-06-30 15:56:00 +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);
|
||||
|
||||
dbg!("here");
|
||||
server.run().await.context("while starting the server")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user