Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
allmarkedup committed Dec 17, 2015
1 parent 8fc4c9a commit 6c909b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/services/builder/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,10 @@ Builder.prototype.run = function(){

_.each(pages.flatten().pages, function(page){
if (!page.hidden) {
console.log(path.join('/', page.handlePath));
urls.push(path.join('/', page.handlePath));
}
});

server.close();
process.exit();
return;

/**
* Run export...
*/
Expand Down

0 comments on commit 6c909b5

Please sign in to comment.