cleanup prints

This commit is contained in:
Michael Davidsaver
2017-11-01 15:56:35 -05:00
parent 09c4ab882b
commit 6d466bb847
7 changed files with 7 additions and 60 deletions
-3
View File
@@ -355,9 +355,6 @@ pva::MonitorElementPtr TestPVMonitor::poll()
buffer.pop_front();
}
testDiag("TestPVMonitor::poll %p %p", this, ret.get());
if(ret)
std::cout<<"# XXXZ "<<*ret->changedBitSet<<" "
<<*ret->overrunBitSet<<"\n";
return ret;
}