Commit ab8998e4 authored by Christopher Mueller's avatar Christopher Mueller Committed by Hugo Beauzée-Luyssen

dash: removed cout from buffer

Signed-off-by: default avatarChristopher Mueller <christopher.mueller@itec.aau.at>
Signed-off-by: default avatarHugo Beauzée-Luyssen <beauze.h@gmail.com>
parent a3ba9085
......@@ -50,8 +50,6 @@ BlockBuffer::BlockBuffer (stream_t *stream) :
}
BlockBuffer::~BlockBuffer ()
{
std::cout << "Delete buffer" << std::endl;
block_Release(this->peekBlock);
block_BytestreamRelease(&this->buffer);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment