This commit is contained in:
Alexey Nayden 2011-04-22 17:59:13 +04:00
parent e1380bafc0
commit 738bb2087d
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ class ProductBuilder
end
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)
end
end