Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
revert log
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Nov 25, 2023
1 parent 4c456ec commit 0f3d096
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions cumulus/parachains/runtimes/bridge-hubs/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ cumulus-primitives-core = { path = "../../../../primitives/core", default-featur
xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false}
pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false}
snowbridge-core = { path = "../../../../../../parachain/primitives/core", default-features = false }
log = { version = "0.4.20", default-features = false }

[features]
default = [ "std" ]
Expand All @@ -29,8 +28,7 @@ std = [
"cumulus-primitives-core/std",
"xcm/std",
"pallet-message-queue/std",
"snowbridge-core/std",
"log/std"
"snowbridge-core/std"
]

runtime-benchmarks = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ where
id: &mut [u8; 32],
) -> Result<bool, ProcessMessageError> {
use AggregateMessageOrigin::*;
log::info!(target: "xcm", "💫 in process message origin is {:?}.", origin);
match origin {
Here | Parent | Sibling(_) =>
XcmpProcessor::process_message(message, origin, meter, id),
Expand Down

0 comments on commit 0f3d096

Please sign in to comment.