Added ability to quit channel from rver

This commit is contained in:
Logan Allen 2019-06-13 14:53:04 -07:00 committed by Isaac Visintainer
parent 4be231b380
commit cc3013f4e1

View File

@ -619,7 +619,6 @@
//
var funcs = this.outstandingSubscriptions.get(obj.id);
if (obj.hasOwnProperty("err")) {
console.log(obj);
funcs["err"](obj.err);
this.outstandingSubscriptions.delete(obj.id);
}