Skip to content

Commit

Permalink
remove started? changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mtaher committed Jul 13, 2015
1 parent f7e7c45 commit 0bb78f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/buffered_logger/log_device_proxy.rb
Expand Up @@ -25,7 +25,7 @@ def start
end

def started?
@buffers.clone.key?(key)
@buffers.key?(key)
end

def sweep
Expand Down

0 comments on commit 0bb78f0

Please sign in to comment.