Skip to content
Snippets Groups Projects
Unverified Commit f0d443a0 authored by Francisco Aguirre's avatar Francisco Aguirre Committed by GitHub
Browse files

Remove some dbgs (#1949)

Removed some debug logs
parent f4c4c0fe
Branches
No related merge requests found
Pipeline #403073 canceled with stages
in 12 minutes and 48 seconds
......@@ -36,9 +36,6 @@ macro_rules! test_parachain_is_trusted_teleporter {
let beneficiary: MultiLocation =
$crate::AccountId32 { network: None, id: receiver.clone().into() }.into();
dbg!(&origin);
dbg!(&para_destination);
// Send XCM message from Origin Parachain
// We are only testing the limited teleport version, which should be ok since success will
// depend only on a proper `XcmConfig` at destination.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment