Skip to content

Commit

Permalink
Remove leftover debugger() statements
Browse files Browse the repository at this point in the history
  • Loading branch information
fpauser committed Jan 15, 2020
1 parent 5d806b7 commit eb8bc99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ module.exports = function(buf) {

case tags['no-value']:
default:
debugger;
return module.exports.handleUnknownTag(tag, name, length, read)
}
}
Expand Down
1 change: 0 additions & 1 deletion lib/serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ module.exports = function serializer(msg){
return write2(0);

default:
debugger;
console.error(tag, "not handled");
}
}
Expand Down

0 comments on commit eb8bc99

Please sign in to comment.