Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumesegarra committed Apr 3, 2019
1 parent e6c2e52 commit dac3224
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const utils = require('./utils.js');
const templateFolder = path.join(__dirname, utils.TEMPLATE_FOLDER_NAME);
const templateDestinyFolder = utils.getTemplatesFolder();

console.log(__dirname, templateFolder, templateDestinyFolder);

fs.copy(templateFolder, templateDestinyFolder, err => {
if (err) return console.error(err);
});

0 comments on commit dac3224

Please sign in to comment.