Skip to content

Commit

Permalink
chore(seeder): delete unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
maxeljkin committed Oct 14, 2019
1 parent 0c06c41 commit 9382295
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/seed/Seeder.js
Expand Up @@ -54,11 +54,6 @@ class Seeder {
);
}

// Gets the seed file list from the specified seed directory.
_seedData() {
return Bluebird.join(this._listAll());
}

// Ensures a folder for the seeds exist, dependent on the
// seed config settings.
_ensureFolder() {
Expand Down

0 comments on commit 9382295

Please sign in to comment.