diff --git a/src/flux/nylas-long-connection.es6 b/src/flux/nylas-long-connection.es6 index 1ecce4e70..8e2c1edd9 100644 --- a/src/flux/nylas-long-connection.es6 +++ b/src/flux/nylas-long-connection.es6 @@ -182,7 +182,6 @@ export default class NylasLongConnection { } dispose(status) { - this._emitter.dispose() this._buffer = '' if (this._req) { this._req.end()