1
0
Fork 0

Take out a cout.

This commit is contained in:
Max Neunhoeffer 2014-08-06 14:22:34 +02:00
parent 99a32a36b7
commit 70618ec768
1 changed files with 0 additions and 5 deletions

View File

@ -1539,11 +1539,6 @@ namespace triagens {
return TRI_ERROR_NO_ERROR;
}
AqlItemBlock* getSome (size_t atLeast, size_t atMost) {
std::cout << "Hi there!" << std::endl;
return ExecutionBlock::getSome(atLeast, atMost);
}
private:
////////////////////////////////////////////////////////////////////////////////