Skip to content

Commit 45a0adf

Browse files
authored
fix: remove console.log (#98)
1 parent a2795b5 commit 45a0adf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/spark-post-transport.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ function populateRecipients(request, msgData) {
128128
}
129129

130130
SparkPostTransport.prototype.send = function send(message, callback) {
131-
// eslint-disable-next-line no-console
132-
console.log(message, '---LOG---: send: message');
133131
const { data } = message;
134132
const request = {
135133
content: {},

0 commit comments

Comments
 (0)