remove log on route constructor

This commit is contained in:
Lee 2023-11-20 14:28:32 +00:00
parent 8d43fce7d4
commit 93ed914eb2

@ -31,8 +31,6 @@ export abstract class Route {
method = "GET";
}
this.method = method;
console.log(`Created route handler for ${path}`);
}
/**