remove stray puts
This commit is contained in:
parent
2f1118f95f
commit
408690f0fa
1 changed files with 0 additions and 1 deletions
|
|
@ -95,7 +95,6 @@ HELP
|
||||||
|
|
||||||
def self.normalize_pod_services
|
def self.normalize_pod_services
|
||||||
if defined?(SERVICES)
|
if defined?(SERVICES)
|
||||||
puts "in here"
|
|
||||||
connected_services = []
|
connected_services = []
|
||||||
SERVICES.keys.each do |service|
|
SERVICES.keys.each do |service|
|
||||||
unless SERVICES[service].keys.any?{|service_key| SERVICES[service][service_key].blank?}
|
unless SERVICES[service].keys.any?{|service_key| SERVICES[service][service_key].blank?}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue