mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 00:37:49 +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.forEach((route: Route, index: number) => {
|
||||
console.log(route);
|
||||
const replaced = toReplace.get(route?.props?.path as string);
|
||||
if (replaced) {
|
||||
routeList[index].props.children = replaced;
|
||||
|
||||
Reference in New Issue
Block a user