Skip to content

Commit

Permalink
Merge pull request #164 from danmayer/remove_binding_pry_committed_on…
Browse files Browse the repository at this point in the history
…_accident

Remove binding.pry
  • Loading branch information
kbaum committed Jan 14, 2019
2 parents 7d02c9c + cd993bf commit 75a469c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/coverband/integrations/background.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def self.start

logger = Coverband.configuration.logger
@semaphore.synchronize do
binding.pry if defined?($debug) && $debug
return if @thread
logger&.debug('Coverband: Starting background reporting')
sleep_seconds = Coverband.configuration.background_reporting_sleep_seconds
Expand All @@ -29,7 +28,6 @@ def self.start
sleep(sleep_seconds)
end
end
binding.pry if defined?($debug) && $debug
end
at_exit do
stop
Expand Down

0 comments on commit 75a469c

Please sign in to comment.