Removing bad line

pull/19/head
TildenWinston 2022-09-14 22:44:28 -07:00 committed by GitHub
parent 4bc084d356
commit 8981042d30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -153,8 +153,6 @@ void MessageInStream::receiveFramePayloadHandler(const common::DataConstBuffer&
promise_->resolve(std::move(message_));
promise_.reset();
isResolved = true;
//currentMessageIndex_--;
} else {
// First or Middle message, we'll store in our buffer...
messageBuffer_[message_->getChannelId()] = std::move(message_);