Remove other promise notify

pull/21833/head
David Baker 2017-07-18 11:27:21 +01:00
parent b261c89a63
commit 7cfef04c1f
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ export default class MultiInviter {
this.busy = !fatal;
if (!fatal) {
this.deferred.notify(this.completionStates);
this._inviteMore(nextIndex + 1);
}
});