From 766654f528b2f8f8a0a45d13a5dd487e4fb8d43e Mon Sep 17 00:00:00 2001 From: ac360 Date: Fri, 8 Jan 2016 10:23:02 -0800 Subject: [PATCH] Meta: remove unnecessary console.log --- lib/utils/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`);