1
0
Fork 0

Removed debug output

This commit is contained in:
Michael Hackstein 2016-04-08 17:08:31 +02:00 committed by ArangoDB Application User
parent 184e702935
commit 5ba4f5b813
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ static void mergeResults(
resultBody->openArray();
for (auto const& pair : reverseMapping) {
VPackSlice arr = resultMap.find(pair.first)->second->slice();
LOG(ERR) << "SLICE: " << arr.toJson() << " AT " << pair.second;
resultBody->add(arr.at(pair.second));
}
resultBody->close();