mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Remove stray printing in db tests
This commit is contained in:
parent
43f856c568
commit
0e6686916c
@ -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 New Issue
Block a user