chore: remove debugging logging

This commit is contained in:
Zomatree
2024-07-30 18:06:54 +01:00
parent 475fa6f2e6
commit 0a8089787b

View File

@@ -160,7 +160,6 @@ impl AbstractMessages for MongoDb {
.build(),
)
.await
.inspect_err(|e| eprintln!("{e:?}"))
.map_err(|_| create_database_error!("find", COL))
}
}