Compare commits

...

2 Commits

Author SHA1 Message Date
Dora Korpar 08d14d00ac [drop] fix console 2019-03-13 20:21:40 -07:00
Dora Korpar ff675aa418 [drop] arsenal consoles 2019-03-13 20:05:48 -07:00
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ const backendUtils = require('./external/utils');
function parseLC(config, vault) {
const clients = {};
const util = require('util');
console.log(`\n in parseLC arsenal config lcs: ${util.inspect(config.locationConstraints, false, null)}`);
Object.keys(config.locationConstraints).forEach(location => {
const locationObj = config.locationConstraints[location];