Skip to content

Commit 2678b9c

Browse files
committed
Update server.js
1 parent 0b8183b commit 2678b9c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

js/network/onewaydata/examples/server.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ const PORT = 8080;
2222
const server = http.createServer((req, res) => {
2323
if (req.url === `/`) {
2424
fs.createReadStream(`${__dirname}/client.html`).pipe(res);
25-
} else {
26-
console.log(req.headers);
2725
}
2826
});
2927

0 commit comments

Comments
 (0)