mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
chore: remove debugging logging
This commit is contained in:
@@ -160,7 +160,6 @@ impl AbstractMessages for MongoDb {
|
||||
.build(),
|
||||
)
|
||||
.await
|
||||
.inspect_err(|e| eprintln!("{e:?}"))
|
||||
.map_err(|_| create_database_error!("find", COL))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user