mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-18 17:00:25 +00:00
Remove unused version
variable
This commit is contained in:
parent
98870dcd16
commit
3c4318893a
@ -8,8 +8,6 @@ bootstrap = require './bootstrap'
|
||||
|
||||
console.log('Supervisor started..')
|
||||
|
||||
version = utils.getSupervisorVersion()
|
||||
|
||||
knex('config').select('value').where(key: 'uuid').then ([uuid]) ->
|
||||
if not uuid?.value
|
||||
console.log('New device detected. Bootstrapping..')
|
||||
|
Loading…
x
Reference in New Issue
Block a user