about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/indieauth.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/indieauth.rs b/src/indieauth.rs
index 8d41577..46d2459 100644
--- a/src/indieauth.rs
+++ b/src/indieauth.rs
@@ -73,7 +73,6 @@ where
                 })).build())
             },
             Some(value) => {
-                // TODO check the token
                 let endpoint = &req.state().token_endpoint;
                 let http_client = &req.state().http_client;
                 match get_token_data(value.last().to_string(), endpoint, http_client).await {