From 738bb2087df04138b01c3608eb4649c1e93b774c Mon Sep 17 00:00:00 2001 From: Alexey Nayden Date: Fri, 22 Apr 2011 17:59:13 +0400 Subject: [PATCH] dedebug --- lib/product_builder.rb | 2 -- 1 file changed, 2 deletions(-) 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