Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
pLabarta committed Feb 19, 2025
1 parent e1b6ca6 commit 3957e14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/helpers/xcm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,6 @@ export const sendCallAsPara = async (
"Processed",
context
);
console.log(event.event.data[3].toJSON());
// Processed.success == true, to check that xcm message was processed successfully
expect(event.event.data[3].toJSON()).to.be.true;
}
Expand Down

0 comments on commit 3957e14

Please sign in to comment.