Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat committed Jan 6, 2025
1 parent 82ac1dd commit 5153adb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"scripts": {
"test": "npm run mochaTest",
"mochaTest": "mocha --recursive --reporter spec --bail --exit",
"mochaTest": "mocha --recursive --reporter spec --exit",
"lint": "standard",
"fix": "standard --fix",
"pretest": "npm run lint",
Expand Down
3 changes: 0 additions & 3 deletions src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ class Server extends EventEmitter {
self.emit('error', err)
})
self.socketServer.on('close', function () {
if (process.env.CI) {
console.trace('Server closed')
}
self.emit('close')
})
self.socketServer.on('listening', function () {
Expand Down

0 comments on commit 5153adb

Please sign in to comment.