Skip to content

Commit e6e1de5

Browse files
committed
libsql-server: drop stray serde(default) from allow_attach
1 parent 33882b9 commit e6e1de5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libsql-server/src/connection/config.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ pub struct DatabaseConfig {
1414
pub heartbeat_url: Option<Url>,
1515
pub bottomless_db_id: Option<String>,
1616
pub jwt_key: Option<String>,
17-
#[serde(default)]
1817
pub allow_attach: bool,
1918
}
2019

libsql-server/src/query_analysis.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ impl Statement {
284284
}) => Some((expr.clone(), name.clone())),
285285
_ => None,
286286
};
287-
tracing::info!("attachiu: {:?}", attach_info);
288287
Ok(Statement {
289288
stmt: c.to_string(),
290289
kind,

0 commit comments

Comments
 (0)