Skip to content

Commit

Permalink
fix: remove debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
Anidetrix committed Jan 30, 2021
1 parent 814ccdb commit e09ac09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/loaders/postcss/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ const loader: Loader<PostCSSLoaderOptions> = {
await fs.writeFile(`${this.id}.d.ts`, dts.filter(Boolean).join("\n"));
}

console.log(output.filter(Boolean).join("\n"));

return { code: output.filter(Boolean).join("\n"), map, extracted };
},
};
Expand Down

0 comments on commit e09ac09

Please sign in to comment.