From d096f72c37438a05537f896efdcac68181c7118e Mon Sep 17 00:00:00 2001 From: lilleman Date: Fri, 1 May 2015 15:24:55 +0200 Subject: [PATCH] Removed stupid debug data --- lib/session.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/session.js b/lib/session.js index 56d28b5..387edef 100644 --- a/lib/session.js +++ b/lib/session.js @@ -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); }