Removed unused call to onListenerChange (#3081)

Этот коммит содержится в:
David Lu
2016-05-23 15:52:23 -04:00
коммит произвёл Corey Hulen
родитель 6438c696b0
Коммит ba5786d6a3

Просмотреть файл

@@ -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);