Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Oct 14, 2022
1 parent 6b71e68 commit edf91a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/vite-plugin-angular/src/lib/angular-vite-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,7 @@ export function angular(options?: PluginOptions): Plugin[] {
return;
}

console.log('id', id);
if (TS_EXT_REGEX.test(id)) {
console.log('in');
if (id.includes('.ts?')) {
// Strip the query string off the ID
// in case of a dynamically loaded file
Expand Down

0 comments on commit edf91a2

Please sign in to comment.