diff --git a/src/App.js b/src/App.js index cc9059a..091c429 100644 --- a/src/App.js +++ b/src/App.js @@ -11,7 +11,6 @@ function App() { if (event.key === "Enter") { axios.get(url).then((response) => { setData(response.data); - console.log(response.data); }); setLocation(""); }