Skip to content

Commit

Permalink
Remove unnesecary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW authored Jun 15, 2022
1 parent cacd891 commit 07190d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transform/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default class MyTransform extends Transform {
return null;
}
afterParse(p) {
console.log("Using as-json transform");
//console.log("Using as-json transform");
p.sources.forEach((s) => {
if (s.isLibrary)
return;
Expand Down

0 comments on commit 07190d2

Please sign in to comment.