Skip to content

Commit

Permalink
fix: remove assuring folders
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 23, 2017
1 parent ef9317b commit fe1b534
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
24 changes: 0 additions & 24 deletions lib/config/assure-folders.js

This file was deleted.

2 changes: 0 additions & 2 deletions lib/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ var PouchDBDocApi = require('pouchdb-doc-api')
var series = require('async').series

var accountConfig = require('./account')
var assureFolders = require('./assure-folders')
var configurePouchDb = require('./configure-pouchdb')
var getAdmins = require('./admins')
var getDefaults = require('./defaults')
Expand Down Expand Up @@ -55,7 +54,6 @@ function getConfig (server, config, callback) {
}

series([
assureFolders.bind(null, state),
configurePouchDb.bind(null, state),
getSecret.bind(null, state),
getAdmins.bind(null, state),
Expand Down

0 comments on commit fe1b534

Please sign in to comment.