[issue #590] Removed debug output from migration
This commit is contained in:
parent
36de270fad
commit
2fe615047e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue