diff --git a/lib/product_builder.rb b/lib/product_builder.rb index d64cc8713..9b847f555 100644 --- a/lib/product_builder.rb +++ b/lib/product_builder.rb @@ -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