Skip to content

Commit

Permalink
chore(core): removed debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcaufy committed Nov 1, 2018
1 parent 97bb354 commit 0b385e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/core/plugins/template/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ exports = module.exports = function () {
applyHook = `template-parse-ast-attr-[other]-apply`;
}

debugger;
({ parsed, rel } = this.hookUniqueReturnArg(applyHook, { parsed, rel }));

if (parsed && parsed.attrs) {
Expand Down

0 comments on commit 0b385e8

Please sign in to comment.