oci-authenticator: Remove leftover TODO comment

We *do* handle dying peers now, so remove TODO about this.
This commit is contained in:
Alexander Larsson
2019-12-17 09:42:15 +01:00
committed by Alexander Larsson
parent 24145b0845
commit 65f2bdf840

View File

@@ -492,7 +492,6 @@ handle_request_ref_tokens (FlatpakAuthenticator *authenticator,
{
g_autofree char *test_auth = NULL;
/* TODO: Handle the case where the peer dies */
test_auth = run_basic_auth (request, sender, oci_registry_uri);
if (test_auth == NULL)