From ba5786d6a37829410f34aaca01fec82d3a46a873 Mon Sep 17 00:00:00 2001 From: David Lu Date: Mon, 23 May 2016 15:52:23 -0400 Subject: [PATCH] Removed unused call to onListenerChange (#3081) --- webapp/components/channel_notifications_modal.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/webapp/components/channel_notifications_modal.jsx b/webapp/components/channel_notifications_modal.jsx index 6d2b4c2846..74ec2376b2 100644 --- a/webapp/components/channel_notifications_modal.jsx +++ b/webapp/components/channel_notifications_modal.jsx @@ -182,7 +182,6 @@ export default class ChannelNotificationsModal extends React.Component { const handleUpdateSection = function updateSection(e) { this.updateSection(''); - this.onListenerChange(); e.preventDefault(); }.bind(this); @@ -312,7 +311,6 @@ export default class ChannelNotificationsModal extends React.Component { const handleUpdateSection = function handleUpdateSection(e) { this.updateSection(''); - this.onListenerChange(); e.preventDefault(); }.bind(this);