Skip to content

Commit

Permalink
Removed debug statement from test
Browse files Browse the repository at this point in the history
  • Loading branch information
tarruda committed Aug 29, 2012
1 parent c87f03c commit 4b2516a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/router.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ describe 'Custom parser', ->
app.request()
.get('/transactions/gt=5/lt=10/limit=20')
.end (res) ->
console.log(res.body)
JSON.parse(res.body).should.eql
gt: '5'
lt: '10'
Expand Down

0 comments on commit 4b2516a

Please sign in to comment.