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 f30bd55 commit 63ec13c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/load.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
var debug = require('debug')('microboot:load')
var fs = require('fs')
var path = require('path')

Expand All @@ -10,8 +9,6 @@ function load (phases, callback, callbacks) {
var folder = folders.shift()
var absolute_folder = path.resolve(folder)

debug('- loading "' + folder + '"')

var files = fs.readdirSync(absolute_folder)

files.sort()
Expand All @@ -26,4 +23,4 @@ function load (phases, callback, callbacks) {
}

return load(folders, callback, callbacks)
}
}

0 comments on commit 63ec13c

Please sign in to comment.