Debug message removed.
parent
00f9a2b228
commit
5b6e3e64fd
|
@ -90,7 +90,6 @@ class GenConfig::Context
|
||||||
raise Exception.new "Could not find template to generate file ('#{target}')."
|
raise Exception.new "Could not find template to generate file ('#{target}')."
|
||||||
end
|
end
|
||||||
|
|
||||||
pp ENV["SERVICE_ID"]?
|
|
||||||
if service_id = ENV["SERVICE_ID"]?
|
if service_id = ENV["SERVICE_ID"]?
|
||||||
if service = Service.get_by_id service_id
|
if service = Service.get_by_id service_id
|
||||||
environment = service.environment
|
environment = service.environment
|
||||||
|
|
Loading…
Reference in New Issue