Skip to content

Commit

Permalink
removing logging
Browse files Browse the repository at this point in the history
  • Loading branch information
willbailey committed Aug 8, 2009
1 parent 1ba0086 commit 58177c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/status.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def message
values = @statuses.clone.inject([]){|m,p|
k,v=*p
if v.is_a?(Array) && Time.now > v[1]
puts v[1]
remove(k)
else
m << (v.is_a?(Array) ? v[0] : v)
Expand Down

0 comments on commit 58177c3

Please sign in to comment.