chore: remove console.log

This commit is contained in:
Fredrik Burmester
2024-08-26 22:17:17 +02:00
parent bbc6f63089
commit 2565bf7353
11 changed files with 2 additions and 27 deletions

View File

@@ -76,9 +76,6 @@ function Layout() {
if (url) {
const { hostname, path, queryParams } = Linking.parse(url);
console.log("Linking ~ ", hostname, path, queryParams);
// @ts-ignore
// router.push("/(auth)/(home)/");
}
return (