summaryrefslogtreecommitdiff
path: root/app/contexts
diff options
context:
space:
mode:
Diffstat (limited to 'app/contexts')
-rw-r--r--app/contexts/notes/create_context.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/contexts/notes/create_context.rb b/app/contexts/notes/create_context.rb
index 1367dff4699..36ea76ff949 100644
--- a/app/contexts/notes/create_context.rb
+++ b/app/contexts/notes/create_context.rb
@@ -3,8 +3,6 @@ module Notes
def execute
note = project.notes.new(params[:note])
note.author = current_user
- note.notify = params[:notify].present?
- note.notify_author = params[:notify_author].present?
note.save
note
end