Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
cross311 authored Feb 22, 2017
1 parent 0ec1707 commit 0ef2b03
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/generator-electrode-component/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,6 @@ var ReactComponentGenerator = yeoman.generators.Base.extend({
}.bind(this));
},

prompting_libraries: function() {
var done = this.async();

var prompts = [];

this._optionOrPrompt(prompts, function (props) {
_.extend(this, props);
done();
}.bind(this));
},

prompting_project: function() {
var done = this.async();

Expand Down

0 comments on commit 0ef2b03

Please sign in to comment.