Remove forgotten dbg! in a snowbridge test (#3322)

Forgotten in #3287 😅
This commit is contained in:
Francisco Aguirre
2024-02-14 12:27:06 +01:00
committed by GitHub
parent 1b66bb51b5
commit 15103d7a86
@@ -188,7 +188,6 @@ pub fn send_transfer_token_message_success<Runtime, XcmConfig>(
let channel_id: ChannelId = origin.into();
let nonce = snowbridge_pallet_outbound_queue::Nonce::<Runtime>::try_get(channel_id);
dbg!(&nonce);
assert_ok!(nonce);
assert_eq!(nonce.unwrap(), 1);