dedebug
This commit is contained in:
parent
e1380bafc0
commit
738bb2087d
|
@ -10,8 +10,6 @@ class ProductBuilder
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.create_product name, platform_name, params, packages, post_install, path, repos
|
def self.create_product name, platform_name, params, packages, post_install, path, repos
|
||||||
RAILS_DEFAULT_LOGGER.fatal @@client.port
|
|
||||||
RAILS_DEFAULT_LOGGER.fatal @@client.inspect
|
|
||||||
self.client.call('create_product', name, platform_name, params, packages, post_install, path, repos)
|
self.client.call('create_product', name, platform_name, params, packages, post_install, path, repos)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue