Skip to content

Commit 2ffba86

Browse files
authored
refactor: remove console.log
1 parent adab366 commit 2ffba86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Server.js

-1
Original file line numberDiff line numberDiff line change
@@ -2020,7 +2020,6 @@ class Server {
20202020

20212021
res.send(responsePage);
20222022
} catch (error) {
2023-
console.log(error);
20242023
return next();
20252024
}
20262025
});

0 commit comments

Comments
 (0)