From bc20f3b21dc302e62736b900b0d3a67c1ac1bdfa Mon Sep 17 00:00:00 2001 From: SyedSibtainRazvi Date: Mon, 25 Mar 2024 04:54:02 +0530 Subject: [PATCH] wip --- src/App.js | 1 - 1 file changed, 1 deletion(-) 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(""); }