Meta: remove unnecessary console.log

This commit is contained in:
ac360 2016-01-08 10:23:02 -08:00
parent 8e502b9396
commit 766654f528

View File

@ -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`);