Skip to content

Commit

Permalink
minor log clean
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Mar 8, 2024
1 parent d1d55bf commit 44c60da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions runtime/common/src/migrations/increase_storage_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ where
);
StorageVersion::new(TO_VERSION).put::<P>();

log::info!(
"{LOG_PREFIX} chain_version {:?}",
P::on_chain_storage_version()
);
RocksDbWeight::get().writes(1)
} else {
log::error!(
Expand Down

0 comments on commit 44c60da

Please sign in to comment.