diff --git a/reviewboard/static/rb/js/models/commentIssueManagerModel.js b/reviewboard/static/rb/js/models/commentIssueManagerModel.js
index 8267a019bd1e9ea5fd4f736f986f294d67b531bf..fc0a407ab8fb5ad296c1be2254d1d0f580b5ddeb 100644
--- a/reviewboard/static/rb/js/models/commentIssueManagerModel.js
+++ b/reviewboard/static/rb/js/models/commentIssueManagerModel.js
@@ -75,17 +75,6 @@ RB.CommentIssueManager = Backbone.Model.extend({
                                           rsp.screenshot_comment);
                         self.trigger('issueStatusUpdated', comment,
                                      oldIssueStatus, rspComment.timestamp);
-
-                        /*
-                         * We don't want the current user to receive the
-                         * notification that the review request has been
-                         * updated, since they themselves updated the
-                         * issue status.
-                         */
-                        if (rsp.last_activity_time) {
-                            self.get('reviewRequest').markUpdated(
-                                rsp.last_activity_time);
-                        }
                     }
                 });
             }
