Skip to content

Commit

Permalink
rm the extra console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaque committed Sep 30, 2024
1 parent 67d43e0 commit 65de905
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/updown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ async function getDefaultProcurementOptions(props: {
quotePrice = quote.price / durationHours;
}

console.log("props.pricePerNodeHour", props.pricePerNodeHourDollars);

const pricePerNodeHourInCents = props.pricePerNodeHourDollars
? dollarsToCents(Number.parseFloat(props.pricePerNodeHourDollars))
: quotePrice;
Expand Down

0 comments on commit 65de905

Please sign in to comment.