Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions consumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
}
},
"start": {
"command": "babel-node src/worker",
"env": {
"NODE_ENV": "development"
}
"command": "babel-node src/worker"
},
"test": {
"command": "mocha --compilers js:babel-register test/*.spec.js",
Expand Down
1 change: 0 additions & 1 deletion consumer/src/services/ConfigurationService.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class ConfigurationService {
},
}).promise();
console.log('node env: ' + process.env.NODE_ENV);
console.log('items: ' + result);
if (!result.Items.length) {
throw new Error('Configuration for AppXpressConfig not found');
}
Expand Down