Skip to content

Commit

Permalink
fix: remove goddamm console
Browse files Browse the repository at this point in the history
  • Loading branch information
raulfdm committed Oct 22, 2019
1 parent ea77f41 commit a3b3584
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/copyTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ export function copyTemplate({ projectName, useNpm }: CopyTemplate) {

const files = await globPromise(`${TEMPLATE_PATH}/**/*`);

console.log('files', files);

return files.filter(removeFolders);
}

Expand Down

0 comments on commit a3b3584

Please sign in to comment.