Skip to content

Commit

Permalink
remove extra debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoboost committed Mar 16, 2021
1 parent 125a013 commit c12f962
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/walker/create.js
Expand Up @@ -163,7 +163,6 @@ module.exports = function createWalker(config) {
var enterRet = enter.call(context, node, item, list);

if (enterRet === breakWalk) {
debugger;
return true;
}

Expand Down

0 comments on commit c12f962

Please sign in to comment.