diff options
-rw-r--r-- | src/stores.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stores.ts b/src/stores.ts index d6e5cbc..459473d 100644 --- a/src/stores.ts +++ b/src/stores.ts @@ -104,7 +104,6 @@ async function updateEarthWeather(location=null) { "now": current_weather, "available": true })); - console.log(yr_data); setUpdated(earth_weather, false); } @@ -174,7 +173,6 @@ async function getSpaceWeather() { ret.now.kp_min = minkp.toString(); ret.now.kp_max = maxkp.toString(); - console.log(ret.usnoaa_data_raw); return ret; } |