Removed stupid debug data

This commit is contained in:
2015-05-01 15:24:55 +02:00
parent e51f4c4082
commit d096f72c37
-5
View File
@@ -228,11 +228,6 @@ function session(sock) {
}
returnObj.send(pduObj, function(err, retPduObj) {
console.log('RAAAV');
console.log(retPduObj);
if (typeof callback === 'function') {
callback(err, retPduObj.params.message_id, retPduObj);
}