reduce noise

This commit is contained in:
Michael Davidsaver
2016-04-26 11:21:51 -04:00
parent 3f5acb4a9b
commit e88bef7fbc
3 changed files with 1 additions and 9 deletions

View File

@@ -361,9 +361,6 @@ pvd::MonitorElementPtr TestPVMonitor::poll()
buffer.pop_front();
}
testDiag("TestPVMonitor::poll %p %p", this, ret.get());
if(ret)
std::cerr<<"# XXXZ "<<*ret->changedBitSet<<" "
<<*ret->overrunBitSet<<"\n";
return ret;
}