style: remove comment

This commit is contained in:
Sebastian Pravda 2022-12-14 16:10:03 +01:00
parent 23562f492c
commit 75e3ccdcd5
No known key found for this signature in database
GPG key ID: F3BC84F08EFA3F57

View file

@ -19,7 +19,6 @@ impl Query {
Entity::find_by_id(id).one(db).await
}
// TODO limit to two parents??
pub async fn find_candidate_parents(
db: &DbConn,
candidate: candidate::Model,