mirror of https://gitee.com/bigwinds/arangodb
remove debug output
This commit is contained in:
parent
c27ee437dd
commit
10fd57c391
|
@ -331,7 +331,6 @@ bool TraversalBlock::executeExpressions (AqlValue& pathValue) {
|
||||||
bool rc = a.isTrue();
|
bool rc = a.isTrue();
|
||||||
a.destroy();
|
a.destroy();
|
||||||
|
|
||||||
printf("x\n");
|
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -364,7 +363,6 @@ bool TraversalBlock::morePaths (size_t hint) {
|
||||||
|
|
||||||
if ((en->condition() != NULL) &&
|
if ((en->condition() != NULL) &&
|
||||||
!executeExpressions(pathValue)) {
|
!executeExpressions(pathValue)) {
|
||||||
printf("SKIP\n");
|
|
||||||
_traverser->prune();
|
_traverser->prune();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue