We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbc9ad commit ccb9773Copy full SHA for ccb9773
1 file changed
packages/http-router/src/Router.ts
@@ -192,7 +192,6 @@ export class Router<
192
const convertedAction = this.convertActionToHandler(action);
193
194
this.innerRouter[method.toLowerCase() as Lowercase<Method>](`/${subpath}`.replace('//', '/'), ...middlewares, async (c) => {
195
- console.log(process.env.NODE_ENV, process.env.TEST_MODE);
196
const { req, res } = c;
197
198
const queryParams = this.parseQueryParams(req);
0 commit comments