Skip to content

Commit 5856039

Browse files
committed
Removed console.error
1 parent f7c6f5c commit 5856039

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ module.exports = (http) => {
203203

204204
fs.readFile(filePath, (err, data) => {
205205
if (err) {
206-
console.error(err);
207206
res.statusCode = 404;
208207
res.end(`File ${filePath} doesn't exist`);
209208
}

0 commit comments

Comments
 (0)