From e7a191d5e7b020704532a566a86ac8a0ca01ad45 Mon Sep 17 00:00:00 2001 From: Uncle Stinky Date: Mon, 31 Aug 2026 14:59:56 +0300 Subject: [PATCH] remove annoying warning Signed-off-by: Uncle Stinky --- pallets/pools/src/migration.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/pallets/pools/src/migration.rs b/pallets/pools/src/migration.rs index 796b310..fe0a11c 100644 --- a/pallets/pools/src/migration.rs +++ b/pallets/pools/src/migration.rs @@ -16,7 +16,6 @@ // limitations under the License. use super::*; -use crate::log; use frame_support::traits::{OnRuntimeUpgrade, UncheckedOnRuntimeUpgrade}; use sp_std::{collections::btree_map::BTreeMap, vec::Vec};