Explorar o código

Remove logging.

Lee Morgan hai 6 meses
pai
achega
41c2fd254c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      index.js

+ 0 - 1
index.js

@@ -42,7 +42,6 @@ const getWeather = ()=>{
     })
         .then(r=>r.json())
         .then((response)=>{
-            console.log(response);
             const tempDisplay = `${response.current.temp_f}\u00B0F`;
             document.getElementById("temp").textContent = tempDisplay;