remove console.log that was causing lots of log spam (#138)

This commit is contained in:
OMGDuke
2022-08-12 14:54:57 +01:00
committed by GitHub
parent 463403be23
commit dee2cfa47b
-1
View File
@@ -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;