diff --git a/server/src/http/cloud/delete_account_finish.rs b/server/src/http/cloud/delete_account_finish.rs index 3e68dd95..52c6811b 100644 --- a/server/src/http/cloud/delete_account_finish.rs +++ b/server/src/http/cloud/delete_account_finish.rs @@ -91,7 +91,6 @@ pub async fn delete_account_finish( })?; // Grafana, delete teams, apps and user - // TODO, fix this by fixing methods for setting up grafana datasource if is_env_production() { let mut owned_team_grafana_ids = Vec::new(); let mut non_owned_team_grafana_ids = Vec::new();