diff --git a/arangod/Aql/ExecutionBlock.cpp b/arangod/Aql/ExecutionBlock.cpp index 95088c83d5..5e651ba32e 100644 --- a/arangod/Aql/ExecutionBlock.cpp +++ b/arangod/Aql/ExecutionBlock.cpp @@ -1132,7 +1132,7 @@ void IndexRangeBlock::readHashIndex () { } } - std::cout << "PID: " << pid << ", NAME: " << name << "\n"; + //std::cout << "PID: " << pid << ", NAME: " << name << "\n"; } };