We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0660f34 commit 51b7a3aCopy full SHA for 51b7a3a
src/server.rs
@@ -21,7 +21,6 @@ pub async fn init_server(
21
settings: ServerSettings,
22
) -> Result<BoxFuture<'static, ()>> {
23
let mut cors = CorsLayer::default();
24
- debug!("cors_origins: {:?}", settings.cors_origins);
25
if !settings.cors_origins.is_empty() {
26
let origins: Vec<_> = settings
27
.cors_origins
0 commit comments