mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-02 18:42:51 +01:00
chore: remove console.log
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user