removed logger

This commit is contained in:
Timothy N. Tsvetkov 2011-04-13 20:37:12 +04:00
parent 5d2a79afeb
commit db14ea5316
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ class BuildServer
def self.add_platform name, root_folder, repos = [], git_path = nil
Rails.logger.info "#{name.inspect}, #{root_folder.inspect}, #{repos.inspect}, #{git_path.inspect}"
self.client.call('add_platform', name, git_path, root_folder, repos)
end