Removed superfluous comment

This commit is contained in:
Michael Schmatz 2014-09-27 09:06:53 -04:00
parent b48417e8e0
commit 858b24a73d

View file

@ -36,7 +36,7 @@ module.exports.setup = (app) ->
else if isHTTPMethodPut req
handler.processTaskResult req, res
else if isHTTPMethodPost req
handler.createNewTask req, res #TODO: do not use this in production
handler.createNewTask req, res
else
sendMethodNotSupportedError req, res
catch error