fix no-exchange issue

This commit is contained in:
Josh Harvey 2017-05-10 23:05:19 +03:00
parent a60a4f8793
commit f23d17b357
7 changed files with 29 additions and 17 deletions

View file

@ -29,8 +29,6 @@ function getMachineNames (config) {
.then(([machines, config]) => {
const addName = r => {
const name = configManager.machineScoped(r.deviceId, config).machineName
console.log('DEBUG200: %j', [name, r])
console.log('DEBUG201: %j', configManager.machineScoped(r.deviceId, config))
return _.set('name', name, r)
}
@ -54,5 +52,3 @@ function setMachine (rec) {
default: throw new Error('No such action: ' + rec.action)
}
}
console.log('DEBUG101')