Removed extra activity update for new projects
When a project is created the last activity timestamp is already set so there's no need for another update.
This commit is contained in:
parent
6369c992a6
commit
29b3ce56ac
1 changed files with 0 additions and 2 deletions
|
@ -94,8 +94,6 @@ module Projects
|
|||
@project.team << [current_user, :master, current_user]
|
||||
end
|
||||
|
||||
@project.update_column(:last_activity_at, @project.created_at)
|
||||
|
||||
if @project.import?
|
||||
@project.import_start
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue