Skip to content

Commit

Permalink
remove config manager stop restriction (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleap-optimizely authored Nov 14, 2023
1 parent a269a52 commit 9487c0a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/optimizely/config_manager/http_project_config_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ def ready?
end

def start!
if @stopped
@logger.log(Logger::WARN, 'Not starting. Already stopped.')
return
end

@async_scheduler.start!
@stopped = false
end
Expand Down

0 comments on commit 9487c0a

Please sign in to comment.