From fcdc4f0a029ebb0487afbc67deaed1c59786f06a Mon Sep 17 00:00:00 2001 From: wacban Date: Fri, 2 Aug 2024 12:27:21 +0100 Subject: [PATCH] fix(congestion) - remove error log in promis yield handling --- runtime/runtime/src/congestion_control.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/runtime/src/congestion_control.rs b/runtime/runtime/src/congestion_control.rs index c830979ba45..cafa9886222 100644 --- a/runtime/runtime/src/congestion_control.rs +++ b/runtime/runtime/src/congestion_control.rs @@ -340,7 +340,6 @@ pub(crate) fn receipt_congestion_gas( // they never cross the shard boundaries. This makes it irrelevant // for the congestion MVP, which only counts gas in the outgoing // buffers and delayed receipts queue. - tracing::error!(target: "congestion_control", "Attempting to calculate congestion gas for a `PromiseYield`."); Ok(0) } ReceiptEnum::PromiseResume(_) => {