[issue #590] Removed debug output from migration

This commit is contained in:
George Vinogradov 2012-08-06 14:30:52 +04:00
parent 36de270fad
commit 2fe615047e
1 changed files with 0 additions and 4 deletions

View File

@ -10,13 +10,9 @@ class AddSaveToRepositoryToBuildLists < ActiveRecord::Migration
rep = (project.repositories.map(&:id) & platform.repositories.map(&:id)).first
puts rep
bl.save_to_repository_id = rep
bl.save!
puts bl.inspect
rescue Exception => e
puts e.inspect
false
end
end