remove extraneous comment

This commit is contained in:
41666 2019-03-19 01:14:08 -05:00
parent 0cd8409199
commit 02056c5faf

View file

@ -15,8 +15,6 @@ import Keygrip from 'keygrip'
const log = logger(__filename) const log = logger(__filename)
const app = new Koa() const app = new Koa()
// monkey patch async-reduce because F U T U R E
// Create the server and socket.io server // Create the server and socket.io server
const server = http.createServer(app.callback()) const server = http.createServer(app.callback())
const io = SocketIO(server, { transports: ['websocket'], path: '/api/socket.io' }) const io = SocketIO(server, { transports: ['websocket'], path: '/api/socket.io' })