Navigation Menu

Skip to content

Commit

Permalink
Removing extraneous logger yeoman#98
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Aug 31, 2012
1 parent d6393d8 commit d798dd0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli/tasks/bower.js
Expand Up @@ -85,7 +85,6 @@ module.exports = function(grunt) {


// Handler for RequireJS app config.
//
// Wires up the relevant RequireJS config when
// running `yeoman install spine backbone` etc.

Expand All @@ -112,8 +111,6 @@ module.exports = function(grunt) {
// replace the existing paths with your new paths
var html = cf.replace(' paths: {', 'paths: {\n' + scripts);

console.log(html);

// Write the paths to config
fs.writeFileSync(requireConfigPath, html, 'utf8');
}
Expand Down

0 comments on commit d798dd0

Please sign in to comment.