chore: remove debugging logging
This commit is contained in:
@@ -160,7 +160,6 @@ impl AbstractMessages for MongoDb {
|
|||||||
.build(),
|
.build(),
|
||||||
)
|
)
|
||||||
.await
|
.await
|
||||||
.inspect_err(|e| eprintln!("{e:?}"))
|
|
||||||
.map_err(|_| create_database_error!("find", COL))
|
.map_err(|_| create_database_error!("find", COL))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user