cleanup unused code

This commit is contained in:
Arceliar 2021-05-29 20:42:06 -05:00
parent 180654c495
commit e25ad9ed21
5 changed files with 0 additions and 180 deletions

View file

@ -61,12 +61,6 @@ func (p *protoHandler) handleProto(from phony.Actor, key keyArray, bs []byte) {
}
}
func (p *protoHandler) handleDebug(from phony.Actor, key keyArray, bs []byte) {
p.Act(from, func() {
p._handleDebug(key, bs)
})
}
func (p *protoHandler) _handleDebug(key keyArray, bs []byte) {
if len(bs) == 0 {
return