Skip to content

Commit

Permalink
Remove unused function argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Appleton committed Jan 20, 2012
1 parent 73dcf01 commit 88aa8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.coffee
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ app.get '/', basicAuth, (req, res) ->
gotMessages = false gotMessages = false
gotStatuses = false gotStatuses = false


getMessages = (callback)-> getMessages = ->
redis.lrange 'Messages', 0, 5, (err, replies) -> redis.lrange 'Messages', 0, 5, (err, replies) ->
for reply in replies for reply in replies
reply = JSON.parse(reply) reply = JSON.parse(reply)
Expand Down

0 comments on commit 88aa8f6

Please sign in to comment.