Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ConjunctiveNormalForm committed Mar 14, 2024
1 parent 8becf4d commit 8c96fec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/handlers/hard-quote/handler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ describe('Quote handler', () => {
it('Simple request and response', async () => {
const quoters = [new MockQuoter(logger, 1, 1)];
const request = await getRequest(getOrder({ cosigner: cosignerWallet.address }));
console.log(request);

const response: APIGatewayProxyResult = await getQuoteHandler(quoters).handler(
getEvent(request),
Expand Down

0 comments on commit 8c96fec

Please sign in to comment.