From 5fc3bd80ba50d8b09a39262121e49e411db8731d Mon Sep 17 00:00:00 2001 From: Andrew Lindsay Date: Wed, 26 Nov 2014 20:41:26 +0000 Subject: [PATCH] Updated to make calls --- social/twilio/56-twilio.js | 3 --- 1 file changed, 3 deletions(-) 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" ) {