Skip to content

Commit

Permalink
HPCC-32281 Code review 2
Browse files Browse the repository at this point in the history
- Removed superfluous line

Signed-off-by: Rodrigo Pastrana <[email protected]>
  • Loading branch information
rpastrana committed Aug 2, 2024
1 parent 9dfd13a commit e75057f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions system/logaccess/Grafana/CurlClient/GrafanaCurlClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,6 @@ void GrafanaLogAccessCurlClient::processQueryJsonResp(LogQueryResultDetails & re
if (result.hasProp("values"))
{
logLineIter.setown(result.getElements("values")); // if no values elements found, will get NullPTreeIterator
if (!logLineIter)
IERRLOG("%s: Grafana response does not contain expected 'values' elements", COMPONENT_NAME);

processValues(returnbuf, logLineIter, result.queryPropTree("stream"), format, retcolmode, isFirstLine);
}
}
Expand Down

0 comments on commit e75057f

Please sign in to comment.