mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
remove console.log
This commit is contained in:
parent
16aa2c4072
commit
eb97845ad5
@ -110,7 +110,6 @@ class Variables {
|
||||
}
|
||||
|
||||
getValueFromSource(variableString) {
|
||||
console.log(variableString, 'here1')
|
||||
let valueToPopulate;
|
||||
if (variableString.match(this.envRefSyntax)) {
|
||||
valueToPopulate = this.getValueFromEnv(variableString);
|
||||
@ -198,7 +197,6 @@ class Variables {
|
||||
valueToPopulate = this.getDeepValue(deepProperties, valueToPopulate);
|
||||
}
|
||||
}
|
||||
console.log(valueToPopulate)
|
||||
return valueToPopulate;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user