Remove some dbgs (#1949)

Removed some debug logs
This commit is contained in:
Francisco Aguirre
2023-10-20 11:08:25 +02:00
committed by GitHub
parent f4c4c0fe29
commit f0d443a055
@@ -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.