Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Mar 7, 2015
1 parent 1296d0a commit 2c7d32b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/replay_test.coffee
Expand Up @@ -466,7 +466,6 @@ describe "Replay", ->
request.on "response", (@response)=>
@response.body = ""
@response.on "data", (chunk)=>
console.log "chunk", chunk
@response.body = @reponse.body + chunk
@response.on("end", done)
@response.on("error", done)
Expand Down

0 comments on commit 2c7d32b

Please sign in to comment.