remove an XXX

This commit is contained in:
ansuz
2020-03-24 15:02:46 -04:00
parent 967ca6afa9
commit c2fcba31e3

View File

@@ -851,7 +851,7 @@ var trimChannel = function (env, channelName, hash, _cb) {
var retain = false;
var handler = function (msgObj, readMore, abort) {
if (ABORT) { return void abort(); } // XXX
if (ABORT) { return void abort(); }
// the first message might be metadata... ignore it if so
if (i++ === 0 && msgObj.buff.indexOf('{') === 0) {
return readMore();