Skip to content

Commit 1bcf927

Browse files
committed
update remove debugger
1 parent 092712b commit 1bcf927

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/mp-compiler/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const {
2222

2323
function genComponentMPML (compiled, options, emitFile, emitError, emitWarning, fileExt) {
2424
options.components['slots'] = { src: '/components/slots', name: 'slots' }
25-
debugger
2625
const { code: mpmlContent, compiled: compiledResult, slots, importCode } = compiler.compileToMPML(compiled, options, fileExt)
2726
const { mpErrors, mpTips } = compiledResult
2827
// 缓存 slots,延迟编译

0 commit comments

Comments
 (0)