Skip to content

Commit

Permalink
Log entire response
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri committed Sep 13, 2016
1 parent aaf8291 commit f0bf626
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions computeengine/sendgrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ Sendgrid.API(request, function (error, response) {
} else {
console.log('Mail sent successfully!');
}
console.log(response.statusCode);
console.log(response.body);
console.log(response.headers);
console.log(response);
});
// [END send]

0 comments on commit f0bf626

Please sign in to comment.