From a55d15e58ed3c7b6108c4c6c2f8d5b478b1d495f Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Mon, 13 May 2019 15:18:17 -0400 Subject: [PATCH] remove comments --- app/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/index.js b/app/index.js index 68c5c13..faf9d79 100644 --- a/app/index.js +++ b/app/index.js @@ -48,11 +48,6 @@ module.exports = class AppGenerator extends ActionsMixin(yeoman) { type: Boolean, }); - // this.option('loopbackVersion', { - // desc: g.f('Select the LoopBack version'), - // type: String, - // }); - this.option('template', { desc: g.f('Set up the LoopBack application template'), type: String,