Skip to content

Commit b039f34

Browse files
author
arnoson
committed
chore: remove console.log()
1 parent b514f6e commit b039f34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/vite-plugin-kirby/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ export default (
7474
: '.vite/manifest.json'
7575
const config = phpConfigTemplate({ outDir, assetsDir, legacy, manifest })
7676

77-
console.log({ build })
78-
7977
// Only write the config file if it does't exist or has older content.
8078
try {
8179
await access(file)

0 commit comments

Comments
 (0)