Delete obsolete comment

This commit is contained in:
Juan Cruz Viotti 2014-11-18 10:13:58 -04:00
parent 6afdd0e48a
commit eee13418b9

View File

@ -5,9 +5,6 @@ config = require('../config')
server = require('../server/server')
promisifiedServerRequest = Promise.promisify(server.request, server)
# TODO: I've copy and pasted request.coffee that comes with
# resin-platform-api. In package.json, the main is set as
# simply canvas.js, so I have no way of access this file.
class CanvasRequestService extends Canvas(_, Promise)
_request: (params) ->
params.json = true