Skip to content
Snippets Groups Projects
Commit 853a280b authored by Michael Davis's avatar Michael Davis
Browse files

[ssi_stream] Removes IStreamBuffer instrumentation

parent 8240bb02
No related branches found
No related tags found
Loading
......@@ -157,7 +157,6 @@ void IStreamBuffer<DataType>::Push(const char *buf_ptr, int buf_len)
// Get size of next item on the stream
input_stream.ReadLittleEndian32(&msg_len);
std::cerr << ", msg_len = " << msg_len << std::endl;
} while(popRecord(msg_len, input_stream));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment