diff --git a/lib/utils/index.js b/lib/utils/index.js index 4e500d719..2ba7b8789 100644 --- a/lib/utils/index.js +++ b/lib/utils/index.js @@ -567,7 +567,7 @@ exports.populate = function(S, unPopulatedData, stage, region) { // Get Meta & Project (to populate templates from) let meta = new S.classes.Meta(S); let project = new S.classes.Project(S); - console.log(meta) + // Validate stage exists if (typeof stage != 'undefined' && !meta.data.stages[stage]) throw new SError(`Stage doesn't exist`);