Commit ddc4ed63 authored by Pawel Chojnacki's avatar Pawel Chojnacki

remove unnecessary comment

parent 9cdec947
...@@ -13,7 +13,6 @@ module Clusters ...@@ -13,7 +13,6 @@ module Clusters
state_machine :status do state_machine :status do
after_transition any => [:installed] do |application| after_transition any => [:installed] do |application|
application.cluster.projects.each do |project| application.cluster.projects.each do |project|
# raise "exe"
project.prometheus_service&.update(active: true) project.prometheus_service&.update(active: true)
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment