Skip to content

Commit 37feaff

Browse files
jvelo19majkel94
authored andcommitted
Fix #362 When using undefinedResultCode option, it is logged to the console for each request (#363)
1 parent 9b42a52 commit 37feaff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/driver/koa/KoaDriver.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ export class KoaDriver extends BaseDriver {
263263

264264
// set http status code
265265
if (result === undefined && action.undefinedResultCode) {
266-
console.log(action.undefinedResultCode);
267266
options.response.status = action.undefinedResultCode;
268267
}
269268
else if (result === null && action.nullResultCode) {

0 commit comments

Comments
 (0)