mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 07:21:08 +00:00
fix(sqlite): remove errant println!()
in sqlite/explain.rs
This commit is contained in:
parent
7c32928ebc
commit
5e452d9e86
@ -181,8 +181,6 @@ pub(super) async fn explain(
|
||||
// r[p2] = <value of constant>
|
||||
r.insert(p2, opcode_to_type(&opcode));
|
||||
n.insert(p2, n.get(&p2).copied().unwrap_or(false));
|
||||
|
||||
println!("[x] <?> set column {} as INTEGER", p2);
|
||||
}
|
||||
|
||||
OP_NOT => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user