mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
Removed unsed variables
This commit is contained in:
parent
e4de1453ce
commit
3aed83fe04
@ -4,7 +4,6 @@ os = require 'os'
|
||||
api = require './api'
|
||||
knex = require './db'
|
||||
utils = require './utils'
|
||||
Docker = require 'dockerode'
|
||||
crypto = require 'crypto'
|
||||
{spawn} = require 'child_process'
|
||||
bootstrap = require './bootstrap'
|
||||
@ -12,9 +11,6 @@ application = require './application'
|
||||
|
||||
console.log('Supervisor started..')
|
||||
|
||||
# Connect to the host docker instance
|
||||
docker = Promise.promisifyAll(new Docker(socketPath: '/hostrun/docker.sock'))
|
||||
|
||||
newUuid = utils.getDeviceUuid()
|
||||
oldUuid = knex('config').select('value').where(key: 'uuid')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user