Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
HendryZheng committed Dec 31, 2021
1 parent c1317e0 commit 013ca1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration_test/va.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module.exports = function () {
return va.getFixedVA({ id })
})
.then(({ id }) => {
console.log(id);
return va.updateFixedVA({
id,
suggestedAmt: 10000,
Expand Down

0 comments on commit 013ca1c

Please sign in to comment.