From bda61986c36155e04f4e1c4f48daf0289482ce08 Mon Sep 17 00:00:00 2001 From: Sladuca Date: Fri, 27 Sep 2024 17:21:46 -0700 Subject: [PATCH] remove console log --- src/lib/updown.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/updown.ts b/src/lib/updown.ts index 6351441..2463849 100644 --- a/src/lib/updown.ts +++ b/src/lib/updown.ts @@ -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; }