Skip to content

Commit 02723a4

Browse files
author
vikasrohit
authored
Merge pull request #7 from appirio-tech/dev
NODE_ENV fix
2 parents 37fe793 + a352499 commit 02723a4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

consumer/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@
2020
}
2121
},
2222
"start": {
23-
"command": "babel-node src/worker",
24-
"env": {
25-
"NODE_ENV": "development"
26-
}
23+
"command": "babel-node src/worker"
2724
},
2825
"test": {
2926
"command": "mocha --compilers js:babel-register test/*.spec.js",

consumer/src/services/ConfigurationService.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class ConfigurationService {
2525
},
2626
}).promise();
2727
console.log('node env: ' + process.env.NODE_ENV);
28-
console.log('items: ' + result);
2928
if (!result.Items.length) {
3029
throw new Error('Configuration for AppXpressConfig not found');
3130
}

0 commit comments

Comments
 (0)