From 6aff85320acdde465dfe445f200ddc1b984d6124 Mon Sep 17 00:00:00 2001 From: jonesmarvin8 <83104039+jonesmarvin8@users.noreply.github.com> Date: Tue, 7 Apr 2026 18:27:48 -0400 Subject: [PATCH] remove unnecessary comment --- integration_tests/tests/token.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/integration_tests/tests/token.rs b/integration_tests/tests/token.rs index 56af38b9..1899dfbd 100644 --- a/integration_tests/tests/token.rs +++ b/integration_tests/tests/token.rs @@ -1104,7 +1104,6 @@ async fn token_claiming_path_with_private_accounts() -> Result<()> { .get_private_account(recipient_account_id) .unwrap() .key_chain; - // .context("Failed to get private account keys")?; // Mint using claiming path (foreign account) let mint_amount = 9;