remove update_repository calls

This commit is contained in:
Dmitriy Zaporozhets 2013-02-04 15:24:16 +02:00
parent 5c6492662e
commit 896c3a0a9d
4 changed files with 0 additions and 24 deletions

View file

@ -81,11 +81,6 @@ class UsersProject < ActiveRecord::Base
end
end
GitoliteWorker.perform_async(
:update_repositories,
project_ids
)
true
rescue
false
@ -100,11 +95,6 @@ class UsersProject < ActiveRecord::Base
end
end
GitoliteWorker.perform_async(
:update_repositories,
project_ids
)
true
rescue
false