And actually remove the now-unused delay function.

This commit is contained in:
Page 2014-03-20 15:05:41 +00:00 committed by Pablo Carranza Vélez
parent 2d6f0a7e6d
commit 795b8b4299

View File

@ -16,5 +16,3 @@ exports.getDeviceUuid = ->
.trim() or os.hostname()
return crypto.createHash('sha1').update(serial, 'utf8').digest('hex')
exports.delay = (ms) -> new Promise (v) -> setTimeout(v, ms)