Skip to content

Commit 7edb8a3

Browse files
authored
Remove extra logging (#510)
1 parent d40cade commit 7edb8a3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/function_wrappers.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ const getOnDoneCallback = (res: Response): OnDoneCallback => {
4747
console.log('Ignoring extra callback call');
4848
} else {
4949
res.locals.functionExecutionFinished = true;
50-
if (err) {
51-
console.error(err.stack);
52-
}
5350
sendResponse(result, err, res);
5451
}
5552
});

0 commit comments

Comments
 (0)