Skip to content

Commit

Permalink
chore: Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Jun 25, 2023
1 parent 8c59a1c commit e3e9c0d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/utils/importTsFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ export async function importTsFile<T>(path: string): Promise<T> {
opts.source = imports + opts.source;
}

// console.log(
// `---\n${path}\n---\n${opts.source}---\n`,
// imports,
// '\n\n\n\n',
// );

// Call the default babel transformer with our modified source code
return transform(opts);
},
Expand Down

0 comments on commit e3e9c0d

Please sign in to comment.