mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-11 08:07:26 +02:00
Remove rogue console.log for the status code
This commit is contained in:
parent
cb2f0eda62
commit
8c71572d7a
1 changed files with 0 additions and 1 deletions
|
@ -521,7 +521,6 @@ function execute(port) {
|
|||
request.get(
|
||||
'http://localhost:' + port + req.path + slash + 'index.html',
|
||||
(err, response, body) => {
|
||||
console.log(response.statusCode);
|
||||
if (!err) {
|
||||
if (response) {
|
||||
res.status(response.statusCode).send(body);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue