mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Remove stray printing in db tests
This commit is contained in:
parent
43f856c568
commit
0e6686916c
1 changed files with 0 additions and 1 deletions
|
@ -1112,7 +1112,6 @@ pub mod tests {
|
|||
.take(count)
|
||||
.cloned()
|
||||
.collect::<Vec<_>>();
|
||||
dbg!(count, before_id, &messages);
|
||||
messages.sort_unstable_by_key(|message| message.id);
|
||||
Ok(messages)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue