Commit 6286ca68 authored by Yorick Peterse's avatar Yorick Peterse

Removed invalid state machine hook from Project

This wasn't removed when merging CE into this branch.
parent 22a24f32
......@@ -216,7 +216,6 @@ class Project < ActiveRecord::Base
state :finished
state :failed
after_transition any => :started, do: :schedule_add_import_job
after_transition any => :finished, do: :clear_import_data
after_transition started: :finished do |project, transaction|
......
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