device: Remove incorrect comment about delaying verify-no-match result

We report a verify-match/verify-no-match immediately to the user. The
comment is not accurate.
This commit is contained in:
Benjamin Berg
2021-07-30 21:04:33 +02:00
parent 6bc19c8892
commit 88d7d97c0d

View File

@ -1348,8 +1348,6 @@ match_cb (FpDevice *device,
cancelled = g_cancellable_is_cancelled (priv->current_cancellable);
matched = match != NULL && cancelled == FALSE;
/* No-match is reported only after the operation completes.
* This avoids problems when the operation is immediately restarted. */
report_verify_status (rdev, matched, error);
}