From 671824985ee086eb87d133f99b5b9f52ec31afb2 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 29 Aug 2014 17:40:56 +0200 Subject: [PATCH] added all node types to FilterToEnumCollFinder. --- arangod/Aql/ExecutionBlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } };