mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 22:22:00 +00:00
remove console.log that was causing lots of log spam (#138)
This commit is contained in:
@@ -60,7 +60,6 @@ class RouterHook extends Logger {
|
|||||||
routeList[routerIndex] = newRouterArray;
|
routeList[routerIndex] = newRouterArray;
|
||||||
}
|
}
|
||||||
routeList.forEach((route: Route, index: number) => {
|
routeList.forEach((route: Route, index: number) => {
|
||||||
console.log(route);
|
|
||||||
const replaced = toReplace.get(route?.props?.path as string);
|
const replaced = toReplace.get(route?.props?.path as string);
|
||||||
if (replaced) {
|
if (replaced) {
|
||||||
routeList[index].props.children = replaced;
|
routeList[index].props.children = replaced;
|
||||||
|
|||||||
Reference in New Issue
Block a user