Skip to content

Commit e09ac09

Browse files
committed
fix: remove debugging log
1 parent 814ccdb commit e09ac09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/loaders/postcss/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ const loader: Loader<PostCSSLoaderOptions> = {
223223
await fs.writeFile(`${this.id}.d.ts`, dts.filter(Boolean).join("\n"));
224224
}
225225

226-
console.log(output.filter(Boolean).join("\n"));
227-
228226
return { code: output.filter(Boolean).join("\n"), map, extracted };
229227
},
230228
};

0 commit comments

Comments
 (0)