diff options
author | Pawel Chojnacki <pawel@chojnacki.ws> | 2018-02-06 17:33:25 +0100 |
---|---|---|
committer | Pawel Chojnacki <pawel@chojnacki.ws> | 2018-02-06 17:33:25 +0100 |
commit | ddc4ed633c47fb6708422d86bdb66ee5a930ca6a (patch) | |
tree | 9ff42c0cb43314e4391dddee4a313fc3329c4293 /app | |
parent | 9cdec947e1375dd76b05b175fde530374a59b819 (diff) | |
download | gitlab-ce-ddc4ed633c47fb6708422d86bdb66ee5a930ca6a.tar.gz |
remove unnecessary comment
Diffstat (limited to 'app')
-rw-r--r-- | app/models/clusters/applications/prometheus.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/clusters/applications/prometheus.rb b/app/models/clusters/applications/prometheus.rb index 8a135237b89..630f92adfcc 100644 --- a/app/models/clusters/applications/prometheus.rb +++ b/app/models/clusters/applications/prometheus.rb @@ -13,7 +13,6 @@ module Clusters state_machine :status do after_transition any => [:installed] do |application| application.cluster.projects.each do |project| - # raise "exe" project.prometheus_service&.update(active: true) end end |