diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 588c816f..36616ced 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -269,10 +269,8 @@ module ApplicationHelper end def shixun_container_limit shixun - logger.info("#########---shixun_id #{shixun.id}") container = [] shixun.shixun_service_configs.each do |config| - logger.info("#########---mirror_repository_id #{config.mirror_repository.id}") mirror = config.mirror_repository if mirror.name.present? container << {:image => mirror.name,