Skip to content

Commit 9487c0a

Browse files
remove config manager stop restriction (#340)
1 parent a269a52 commit 9487c0a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/optimizely/config_manager/http_project_config_manager.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@ def ready?
102102
end
103103

104104
def start!
105-
if @stopped
106-
@logger.log(Logger::WARN, 'Not starting. Already stopped.')
107-
return
108-
end
109-
110105
@async_scheduler.start!
111106
@stopped = false
112107
end

0 commit comments

Comments
 (0)