From 07284b83e53d43b122bca2e1e1d76a6403a44a8a Mon Sep 17 00:00:00 2001 From: WofWca Date: Mon, 25 May 2026 16:06:36 +0000 Subject: [PATCH] refactor: remove TODO --- src/scheduler/connectivity.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scheduler/connectivity.rs b/src/scheduler/connectivity.rs index fdbc93aa7..0c1364503 100644 --- a/src/scheduler/connectivity.rs +++ b/src/scheduler/connectivity.rs @@ -421,7 +421,6 @@ impl Context { // If not supported by the provider, // just skip the "quota" section. if !matches!(e, crate::quota::Error::NotSupportedByProvider) { - // TODO translate "Quota". ret += &format!("Quota: {}", &*escaper::encode_minimal(&e.to_string())); } }