remove stray puts

This commit is contained in:
Maxwell Salzberg 2011-07-04 13:57:23 -07:00
parent 2f1118f95f
commit 408690f0fa

View file

@ -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?}