Skip to content

Commit

Permalink
Remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Jul 30, 2019
1 parent b49d278 commit 8afb403
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
exports.handler = function(context, event, callback) {
let twiml = new Twilio.twiml.MessagingResponse();
context.FORWARDING_NUMBERS.split(/,\s?/).forEach(number => {
console.log(number);
twiml.message(`From: ${event.From}. Body: ${event.Body}`, {
to: number
});
Expand Down

0 comments on commit 8afb403

Please sign in to comment.