Skip to content

Commit 51b7a3a

Browse files
authored
chore: cleanup debug logs (#424)
1 parent 0660f34 commit 51b7a3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ pub async fn init_server(
2121
settings: ServerSettings,
2222
) -> Result<BoxFuture<'static, ()>> {
2323
let mut cors = CorsLayer::default();
24-
debug!("cors_origins: {:?}", settings.cors_origins);
2524
if !settings.cors_origins.is_empty() {
2625
let origins: Vec<_> = settings
2726
.cors_origins

0 commit comments

Comments
 (0)