We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37fe793 + a352499 commit 02723a4Copy full SHA for 02723a4
consumer/package.json
@@ -20,10 +20,7 @@
20
}
21
},
22
"start": {
23
- "command": "babel-node src/worker",
24
- "env": {
25
- "NODE_ENV": "development"
26
- }
+ "command": "babel-node src/worker"
27
28
"test": {
29
"command": "mocha --compilers js:babel-register test/*.spec.js",
consumer/src/services/ConfigurationService.js
@@ -25,7 +25,6 @@ class ConfigurationService {
}).promise();
console.log('node env: ' + process.env.NODE_ENV);
- console.log('items: ' + result);
if (!result.Items.length) {
30
throw new Error('Configuration for AppXpressConfig not found');
31
0 commit comments