diff --git a/source/adios2/engine/sst/SstReader.tcc b/source/adios2/engine/sst/SstReader.tcc index e447f2e135..c55a952d73 100644 --- a/source/adios2/engine/sst/SstReader.tcc +++ b/source/adios2/engine/sst/SstReader.tcc @@ -60,9 +60,6 @@ void SstReader::ReadVariableBlocks(Variable &variable) std::stringstream ss; ss << "SST Bytes Read from remote rank " << rank; - std::cout << "PreRead " << variable.m_Name - << " subblock to buffer " << (void *)buffer - << " threadID = " << threadID << std::endl; TAU_SAMPLE_COUNTER(ss.str().c_str(), payloadSize); auto ret = SstReadRemoteMemory(m_Input, rank, CurrentStep(), payloadStart, payloadSize, @@ -158,10 +155,6 @@ void SstReader::ReadVariableBlocks(Variable &variable) // subStreamInfo.BlockBox, // subStreamInfo.IntersectionBox); - std::cout << "Post Read " << variable.m_Name - << " subblock threadID = " << threadID - << std::endl; - m_BP3Deserializer->PostDataRead( variable, blockInfo, subStreamInfo, helper::IsRowMajor(m_IO.m_HostLanguage), threadID);