remove annoying warning

Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
Uncle Stinky 2026-08-31 14:59:56 +03:00
parent c173734ea8
commit e7a191d5e7
Signed by: st1nky
GPG Key ID: 016064BD97603B40

View File

@ -16,7 +16,6 @@
// limitations under the License. // limitations under the License.
use super::*; use super::*;
use crate::log;
use frame_support::traits::{OnRuntimeUpgrade, UncheckedOnRuntimeUpgrade}; use frame_support::traits::{OnRuntimeUpgrade, UncheckedOnRuntimeUpgrade};
use sp_std::{collections::btree_map::BTreeMap, vec::Vec}; use sp_std::{collections::btree_map::BTreeMap, vec::Vec};