Skip to content

Commit ee061be

Browse files
authored
chore: remove console.log (#2)
1 parent 3784a6d commit ee061be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ function viteBasicSslPlugin(): Plugin {
2222
}
2323

2424
export async function getCertificate(cacheDir: string) {
25-
console.log(cacheDir)
2625
const cachePath = path.join(cacheDir, '_cert.pem')
2726

2827
try {

0 commit comments

Comments
 (0)