From fb4e4786a02a6df7793d12d984414496399ec4e1 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 17 Nov 2022 16:58:34 +0000 Subject: [PATCH] Remove debug --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index cc504e7..87b224c 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,6 @@ function getCurrentDate() { async function fetchCurrentKwh() { const url = `https://odegdcpnma.execute-api.eu-west-2.amazonaws.com/development/prices?dno=19&voltage=LV&start=${getCurrentDate()}&end=${getCurrentDate()}`; - console.log(url); const response = await axios.get(url); const json = response.data; const baseCost = json.data.data[0].Overall;