Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
haarts authored and Chris Gaffney committed Apr 8, 2009
1 parent 1ced72d commit e98c96f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/starling.rb
Expand Up @@ -45,12 +45,8 @@ def delete(key, expiry = 0)
#
def with_servers(my_servers = self.servers.dup)
return unless block_given?
# with_lock do
my_servers.each do |server|
# @force_server = server
yield
# end
# @force_server = nil
my_servers.each do |server|
yield
end
end

Expand Down

0 comments on commit e98c96f

Please sign in to comment.