Skip to content

Commit

Permalink
Removing duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
arfon committed Oct 5, 2018
1 parent 7fd1578 commit a9425ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/paper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ def create_meta_review_issue(editor_handle)
return false
end
end
return false unless editor = Editor.find_by_login(editor_handle)

issue = GITHUB.create_issue(Rails.application.settings["reviews"],
"[PRE REVIEW]: #{self.title}",
Expand Down

0 comments on commit a9425ae

Please sign in to comment.