Skip to content

Commit

Permalink
chore: remove debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Sep 19, 2020
1 parent a7df6b6 commit 95afe57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1659,8 +1659,6 @@ function main() {
const name = replaceExtension(fileName);
const codegenFile = new plugin.CodeGeneratorResponse.File();

console.log(fileName);

const sf = ts.createSourceFile(
name,
``,
Expand Down Expand Up @@ -1748,8 +1746,6 @@ function main() {
sf.statements = ts.createNodeArray([...importStatements, ...statements]);
}

console.log(name);

codegenFile.setName(name);
codegenFile.setContent(
ts
Expand Down

0 comments on commit 95afe57

Please sign in to comment.