Skip to content

Commit

Permalink
rm console log
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed Sep 6, 2023
1 parent af9760a commit 6bcdd22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/testcases/parallel/governance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,6 @@ describe('Neutron / Governance', () => {
} catch (e) {
rawLog = e.message;
}
console.log('IMPORTANT' + rawLog);
expect(rawLog.includes('sdk.Msg is not whitelisted'));
});
});
Expand Down

0 comments on commit 6bcdd22

Please sign in to comment.