Skip to content

Commit 7df0588

Browse files
authored
Merge pull request #115 from shikshalokam/deploy-issue
consoles removed
2 parents 5a6f719 + 89cfb4c commit 7df0588

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

envVariables.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let enviromentVariables = {
4444
"SERVICE_NAME" : {
4545
"message" : "current service name",
4646
"optional" : true,
47-
"default" : "ml-project-service"
47+
"default" : "ml-projects-service"
4848
},
4949
"CERTIFICATE_SERVICE_URL" : {
5050
"message" : "certificate service base url",

generics/services/report.js

-3
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ const projectAndTaskReport = function (token, input, projectPdf) {
118118
const url =
119119
reportsUrl +
120120
CONSTANTS.endpoints.PROJECT_AND_TASK_REPORT + "?projectPdf=" + projectPdf;
121-
122-
console.log("--- url is- ----",url);
123121

124122
let options = {
125123
headers : {
@@ -147,7 +145,6 @@ const projectAndTaskReport = function (token, input, projectPdf) {
147145
}
148146

149147
} catch (error) {
150-
console.log("catch error",error);
151148
return reject(error);
152149
}
153150
})

0 commit comments

Comments
 (0)