Remove TODO that has been moved to the SDK

This commit is contained in:
Juan Cruz Viotti 2015-01-09 10:46:35 -03:00
parent 8c02e88ab5
commit 41fcedb171

View File

@ -49,9 +49,6 @@ exports.identify = permissions.user (params) ->
resin.models.device.identify params.uuid, (error) ->
errors.handle(error) if error?
# TODO: This action doesn't return any error
# if trying to rename a device that does not
# exists. This is being fixed server side.
exports.rename = permissions.user (params) ->
async.waterfall [