Skip to content

Commit

Permalink
Remove some dbgs
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoaguirre committed Oct 20, 2023
1 parent f4c4c0f commit d3d80c9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d3d80c9

Please sign in to comment.