Skip to content

Commit ac6888f

Browse files
committed
refactor: remove console.log
1 parent 2581cb3 commit ac6888f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2040,7 +2040,6 @@ class Server {
20402040

20412041
res.send(responsePage);
20422042
} catch (error) {
2043-
console.log(error);
20442043
return next();
20452044
}
20462045
});

0 commit comments

Comments
 (0)