removed console.log

This commit is contained in:
Sanidhya Kumar Verma
2024-08-30 15:21:39 +00:00
committed by GitHub
parent fba9c66389
commit bf66181b70
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -144,8 +144,6 @@ const Home = () => {
}) => {
setDestinationLocation(location);
console.log("Hello World!");
router.push("/(root)/find-ride");
};