Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Removing debug usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Williams committed Jun 16, 2016
1 parent 4252942 commit 6ffbf3d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/up.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
var debug = require('debug')('microboot:up')
var load = require('./load')
var run = require('./run')

Expand All @@ -17,11 +16,7 @@ module.exports = function up (phases, callback) {
return callback()
}

debug('Loading phases...')

load(phases, function (callbacks) {
debug('Running phases...', callbacks)

return run(callbacks, callback)
})
}
}

0 comments on commit 6ffbf3d

Please sign in to comment.