Skip to content

Commit 5d12581

Browse files
bteacexbrayat
authored andcommitted
chore: remove unnecessary console
1 parent 12b59fe commit 5d12581

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rolldown.config.ts

-2
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ export default defineConfig({
205205
name: '@vue/create-eslint-config fix',
206206
async transform(code, id) {
207207
if (/@vue.create-eslint-config.renderEjsFile\.js$/.test(id)) {
208-
console.log(id, id.includes('create-eslint-config'))
209-
210208
const pkgDir = path.dirname(id)
211209
const templatesDir = path.resolve(pkgDir, './templates')
212210

0 commit comments

Comments
 (0)