Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale Figueroa committed Mar 5, 2019
1 parent 7d8f508 commit 5b8a8e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Recorder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export class Recorder {
res.statusCode = storedRes.statusCode
res.writeHead(storedRes.statusCode, storedRes.headers)
res.addTrailers(storedRes.trailers || {})
console.log(storedRes.body)
res.end(Buffer.from(storedRes.body, 'base64'))
}

Expand Down

0 comments on commit 5b8a8e5

Please sign in to comment.