Skip to content

Commit

Permalink
rm unneeded io attach to server
Browse files Browse the repository at this point in the history
  • Loading branch information
jaketrent committed Jan 7, 2017
1 parent 2e1ebbb commit 0b76337
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/server/index.js
Expand Up @@ -33,9 +33,6 @@ app.use(route.get('/games/:gameId', function* find(gameId) {
.then(g => sockets.setup(this.db, io, g))
}))

// TODO: rm
io.attach(app)

db.connect((err, db) => {
if (err) throw err

Expand Down

0 comments on commit 0b76337

Please sign in to comment.