Skip to content

Commit

Permalink
Removes debug Browserify extension logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethormandy committed Jan 6, 2016
1 parent 3c197b6 commit dd4279d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/javascript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ module.exports = function(root, filePath, callback){
function end() {
if(success) {
var that = this
console.log(path.extname(file))
render(path.extname(file).replace(/^\./, '').toLowerCase(), result, function(err, data) {
that.queue(data)
that.queue(null)
Expand Down

0 comments on commit dd4279d

Please sign in to comment.