| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0f290e8 commit b545b4c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,8 +34,6 @@ let reqs = 0; | |||
| 34 | 34 | pummel(); | |
| 35 | 35 | ||
| 36 | 36 | function pummel() { | |
| 37 | - console.log('Round', rounds, '/', ROUNDS); | ||
| 38 | - | ||
| 39 | 37 | let pending; | |
| 40 | 38 | for (pending = 0; pending < ATTEMPTS_PER_ROUND; pending++) { | |
| 41 | 39 | net.createConnection(common.PORT).on('error', function(err) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments