Skip to content

Commit

Permalink
Removed debug message
Browse files Browse the repository at this point in the history
Removed a debug message that would crash on Windows.
  • Loading branch information
awgh authored May 29, 2020
1 parent 8e12411 commit 853222a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions caplet.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ function onResponse(req, res) {
redLine + " Grabbing " + boldRed + targets[t]["device"].toUpperCase() + reset + " payload..."
// ** Get http request and parse it, pipe to drypipe.
var body = res.ReadBody()
writeFile("/tmp/download.test",body)
var body = res.ReadBody()
log(body)
writeFile("{{.DryPipe}}",body)
// ** Read the output from from wetpipe.
Expand Down

0 comments on commit 853222a

Please sign in to comment.