Skip to content

Commit a64864e

Browse files
author
Sefi Krausz
committed
index.js changes
1 parent 155862b commit a64864e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ HTTPSnippet.prototype.prepare = function (request) {
123123
const contentHeader = headers.find(header => header.name === 'Content-Type' || header.name === 'content-type')
124124
contentType = get(contentHeader, 'value')
125125
}
126-
console.log({ contentType, headers })
127126
switch (request.postData.mimeType) {
128127
case 'multipart/mixed':
129128
case 'multipart/related':

0 commit comments

Comments
 (0)