mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-18 17:00:25 +00:00
And actually remove the now-unused delay function.
This commit is contained in:
parent
2d6f0a7e6d
commit
795b8b4299
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user