Commit 29b3ce56 authored by Yorick Peterse's avatar Yorick Peterse

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.
parent 6369c992
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment