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};