mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Remove old logs
This commit is contained in:
parent
013f0b4459
commit
89590d5a3d
2 changed files with 0 additions and 7 deletions
|
|
@ -80,8 +80,6 @@ export const processRoute = async (
|
|||
return response();
|
||||
}
|
||||
|
||||
console.log(matchedRoute);
|
||||
|
||||
const route: APIRouteExports | null = await import(
|
||||
matchedRoute.filePath
|
||||
).catch((e) => {
|
||||
|
|
@ -89,8 +87,6 @@ export const processRoute = async (
|
|||
return null;
|
||||
});
|
||||
|
||||
console.log(route);
|
||||
|
||||
if (!route) {
|
||||
return errorResponse("Route not found", 404);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue