Skip to content

Commit ccb9773

Browse files
committed
regression(Router): remove debug logging for NODE_ENV and TEST_MODE
1 parent ffbc9ad commit ccb9773

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/http-router/src/Router.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ export class Router<
192192
const convertedAction = this.convertActionToHandler(action);
193193

194194
this.innerRouter[method.toLowerCase() as Lowercase<Method>](`/${subpath}`.replace('//', '/'), ...middlewares, async (c) => {
195-
console.log(process.env.NODE_ENV, process.env.TEST_MODE);
196195
const { req, res } = c;
197196

198197
const queryParams = this.parseQueryParams(req);

0 commit comments

Comments
 (0)