Skip to content

Commit

Permalink
fix: removed console.log (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Dec 30, 2023
2 parents 84292b3 + 7a5dc92 commit 3866988
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export const generateTemplate = async (input: GenerateInput, replacement?: any):
{ replaceString: '<%- license %>', var: typeof replacement.license !== 'undefined' ? replacement.license : '' }
]

console.log(createReplace)

// shared among all projects
await copyTemplateFiles(
path.join(dirName, '..', 'template', '__shared__'),
Expand Down

0 comments on commit 3866988

Please sign in to comment.