Skip to content

Commit

Permalink
Remove extra console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijah committed Jan 11, 2020
1 parent 3266d60 commit c3100bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ export default (options: GlobOptions): Plugin => {

const code = await generateCode(options);

console.log(code, path);

return { code };
},
};
Expand Down

0 comments on commit c3100bd

Please sign in to comment.