mirror of https://gitee.com/bigwinds/arangodb
Take out a cout.
This commit is contained in:
parent
99a32a36b7
commit
70618ec768
|
@ -1539,11 +1539,6 @@ namespace triagens {
|
||||||
return TRI_ERROR_NO_ERROR;
|
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:
|
private:
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in New Issue