Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-19 02:53:22 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-20 17:12:05 +0300
commitce78813c2abb8e65739a0a95d8044e3dca1bfbe6 (patch)
treebd11d916e50120c2f048783fa352bcfa352d4a5b /app/services/notes/post_process_service.rb
parenta57bf9bd39816cebec5da3da35a1aabbf7462069 (diff)
Create or mark task pending as soon the action happens
Diffstat (limited to 'app/services/notes/post_process_service.rb')
-rw-r--r--app/services/notes/post_process_service.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/services/notes/post_process_service.rb b/app/services/notes/post_process_service.rb
index 465b246cabc..e818f58d13c 100644
--- a/app/services/notes/post_process_service.rb
+++ b/app/services/notes/post_process_service.rb
@@ -13,8 +13,6 @@ module Notes
@note.create_cross_references!
execute_note_hooks
end
-
- TaskService.new.new_note(note)
end
def hook_data