Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Sep 1, 2023
1 parent 8f1e8f7 commit cd63a2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/composable/ConditionalOrder.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ describe('Poll Single Orders', () => {
])

// THEN: We expect a SUCCESS result, which returns the order and the signature
pollResult.result === PollResultCode.UNEXPECTED_ERROR && console.error(pollResult.error)
expect(pollResult).toEqual({
result: PollResultCode.SUCCESS,
order: DISCRETE_ORDER,
Expand Down

0 comments on commit cd63a2b

Please sign in to comment.