Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove rubish
  • Loading branch information
kaven276 committed Jun 4, 2012
1 parent 510c5c4 commit f6e19bc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/nodes/nodeSP.js
Expand Up @@ -224,9 +224,6 @@ if (bUnitText) {
sp.send(msg);
sp.on('resp', function(msgResp, msgSend){
console.log('send message success for :');
//console.log(msgSend);
//console.log(msgSend.PDU.slice(0, 20));
//console.log(msgSend.PDU.slice(20 + 21 + 21));
console.log(msgResp);
console.log(sp.ackQueue.length);
});
Expand All @@ -248,7 +245,5 @@ if (bUnitText) {
})();
}
break;
// 81 + (15*4+3)=63*3=189 chars 2.89 page
// 24*24=
}
}

0 comments on commit f6e19bc

Please sign in to comment.