pool raw access helper info output commented out

This commit is contained in:
Robin Müller 2019-12-30 01:13:33 +01:00
parent 2425685e44
commit a762c159fe
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ ReturnValue_t PoolRawAccessHelper::handlePoolEntrySerialization(uint32_t current
ReturnValue_t result;
uint8_t arrayPosition = 0;
bool poolEntrySerialized = false;
info << "Pool Raw Access Helper: Handling Pool ID: " << std::hex << currentPoolId << std::endl;
//info << "Pool Raw Access Helper: Handling Pool ID: " << std::hex << currentPoolId << std::endl;
while(not poolEntrySerialized) {
DataSet currentDataSet = DataSet();
PoolRawAccess currentPoolRawAccess(currentPoolId,arrayPosition,&currentDataSet,PoolVariableIF::VAR_READ);