Removed unsed variables

This commit is contained in:
Petros Aggelatos 2014-01-03 12:30:45 +00:00 committed by Pablo Carranza Vélez
parent e4de1453ce
commit 3aed83fe04

View File

@ -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')