From d811dd32f23370ef7bfd84e6eef638c5f5b66224 Mon Sep 17 00:00:00 2001 From: Qasim Ayyaz Khan Date: Fri, 3 Jun 2016 00:10:05 -0400 Subject: [PATCH] Removing some debugging logs. --- lib/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/utils.js b/lib/utils.js index d0aebb5..3beadb7 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -274,7 +274,6 @@ function pduToObj(pdu, stupidNullByte, callback) { if (param === 'short_message') { if((retObj.params['esm_class'] & 0x40) === 0x40) { //This is a part of long sms. We should save UDH header information in params. - console.log(pdu.slice(offset, offset + paramSize).toString('hex').slice(6, 8)) var hsize = parseInt("0x" + pdu.slice(offset, offset + paramSize).toString('hex').slice(0, 2)); //If hsize is >5 then CSMS Reference consist of two parts if(hsize == 5) {