fix no-exchange issue
This commit is contained in:
parent
a60a4f8793
commit
f23d17b357
7 changed files with 29 additions and 17 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue