Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sladuca committed Sep 28, 2024
1 parent 992f3c6 commit bda6198
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/updown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ async function getDefaultProcurementOptions(props: {
// Eventually we should replace this price with yesterday's index price
let quotePrice = DEFAULT_PRICE_PER_NODE_HOUR_IN_CENTS;
if (quote) {
console.log("quote", quote);
// per hour price in cents
quotePrice = quote.price / durationHours;
}
Expand Down

0 comments on commit bda6198

Please sign in to comment.