去掉rake中输出

This commit is contained in:
huang 2016-04-21 16:20:29 +08:00
parent 81f8559c48
commit cb2033c80f
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ namespace :gitlab do
projects.each do |project|
begin
if project.members.count != g.team_members(project.gpid).count
puts project.id
s.only_members(project)
end
rescue => e