diff --git a/social/twilio/56-twilio.js b/social/twilio/56-twilio.js index 505d5588..a25bcbad 100644 --- a/social/twilio/56-twilio.js +++ b/social/twilio/56-twilio.js @@ -100,9 +100,6 @@ module.exports = function(RED) { msg.payload = JSON.stringify(msg.payload); } try { - // console.log("Twilio SMS or Call"); - // console.log( this.twilioType); - // console.log("-----"); // decide if we are to Send SMS var tonum = node.number || msg.topic; if( this.twilioType == "call" ) {