| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a0492ba commit 8b05e32
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,6 @@ const echo_server = net.createServer((socket) => { | |||
| 45 | 45 | }); | |
| 46 | 46 | ||
| 47 | 47 | socket.on('data', (d) => { | |
| 48 | - console.log(d); | ||
| 49 | 48 | socket.write(d); | |
| 50 | 49 | }); | |
| 51 | 50 | ||
@@ -105,7 +104,4 @@ process.on('exit', () => { | |||
| 105 | 104 | console.log(`diff = ${diff}`); | |
| 106 | 105 | ||
| 107 | 106 | assert.ok(timeout < diff); | |
| 108 | - | ||
| 109 | - // Allow for 800 milliseconds more | ||
| 110 | - assert.ok(diff < timeout + 800); | ||
| 111 | 107 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments