Skip to content

Commit

Permalink
removed console logs from the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Radagaisus committed Apr 23, 2014
1 parent 1b4b32a commit 10736d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/orpheus.spec.coffee
Expand Up @@ -192,9 +192,7 @@ describe 'Redis Commands', ->
.book_pages.get(key: ['Infinite Jest'])
.book_pages.get(key: ['A Game of Thrones'])
.leaderboard.get(key: ['Almog'])
.when( -> console.log @_commands)
.exec (err, res) ->
console.log res
expect(res.book_pages['1984 pages']).toEqual(500)
expect(res.book_pages['Infinite Jest pages']).toEqual(200)
expect(res.book_pages['A Game of Thrones pages']).toEqual(9999)
Expand Down Expand Up @@ -443,7 +441,6 @@ describe 'Get', ->
.points.zrange(0, -1, 'withscores')
.points.card()
.exec (err, user) ->
console.log(user)
if err then cb(err)
else
expect(user.name).toEqual 'feist'
Expand Down

0 comments on commit 10736d2

Please sign in to comment.