mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
remove debugging line
This commit is contained in:
parent
99416477ac
commit
cc44523449
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ pub(crate) fn search_cards<'a, 'b>(
|
||||||
.query_map(&args, |row| row.get(0))?
|
.query_map(&args, |row| row.get(0))?
|
||||||
.collect::<std::result::Result<_, _>>()?;
|
.collect::<std::result::Result<_, _>>()?;
|
||||||
|
|
||||||
println!("sql {}\nargs {:?} count {}", sql, args, ids.len());
|
|
||||||
Ok(ids)
|
Ok(ids)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue