Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
TW-1630 Remove logs

Co-authored-by: Danyl Mishyn <[email protected]>
  • Loading branch information
keshan3262 and lendihop authored Feb 4, 2025
1 parent 1d9e457 commit da33065
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/temple/back/dryrun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export async function dryRunOpParams({
}

if (estimationResult.status === 'fulfilled') {
console.log('oy vey 1', estimationResult.value.map(serializeEstimate));
let revealEstimate: Estimate | undefined;
const otherEstimates = Array.from(estimationResult.value);

Expand Down Expand Up @@ -122,7 +121,6 @@ export async function dryRunOpParams({
usingBaseFeeMutez: revealEstimate.usingBaseFeeMutez + feeDelta
});
}
console.log('oy vey 2', serializedEstimates);
}
} catch (e) {
console.error(e);
Expand Down

0 comments on commit da33065

Please sign in to comment.