mirror of https://gitee.com/bigwinds/arangodb
Removed debug output
This commit is contained in:
parent
184e702935
commit
5ba4f5b813
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue