Lee Morgan преди 6 месеца
родител
ревизия
41c2fd254c
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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;