Skip to content

Commit 05c0ae3

Browse files
committedMay 27, 2023
Well that's obviously not supposed to be there
1 parent 7f6d0ae commit 05c0ae3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎examples/Headers.js

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ const app = uWS./*SSL*/App({
1212

1313
res.write('<h2>Hello, your headers are:</h2><ul>');
1414

15-
console.log("yolo!");
16-
process.nextTick(() => {console.log("second tolo!")});
17-
1815
req.forEach((k, v) => {
1916
res.write('<li>');
2017
res.write(k);

0 commit comments

Comments
 (0)
Please sign in to comment.