mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Meta: remove unnecessary console.log
This commit is contained in:
parent
8e502b9396
commit
766654f528
@ -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`);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user