Skip to content

Commit 6361c68

Browse files
committed
chore: lint
1 parent 20aa9d5 commit 6361c68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/templates.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export function templatePlugin(config: Partial<ModuleOptions>, registry: Require
2121
if (importDefinition) {
2222
// title case
2323
imports.unshift(`import { ${importDefinition.import.name} } from '${relative(buildDir, importDefinition.import.from)}'`)
24-
console.log(`import { ${importDefinition.import.name} } from '${relative(buildDir, importDefinition.import.from)}'`)
2524
const args = (typeof c !== 'object' ? {} : c) || {}
2625
if (c === 'mock')
2726
args.scriptOptions = { trigger: 'manual', skipValidation: true }

0 commit comments

Comments
 (0)