1
0
Fork 0

remove debug output

This commit is contained in:
Wilfried Goesgens 2015-11-09 11:21:27 +01:00
parent c27ee437dd
commit 10fd57c391
1 changed files with 0 additions and 2 deletions

View File

@ -331,7 +331,6 @@ bool TraversalBlock::executeExpressions (AqlValue& pathValue) {
bool rc = a.isTrue();
a.destroy();
printf("x\n");
return rc;
}
@ -364,7 +363,6 @@ bool TraversalBlock::morePaths (size_t hint) {
if ((en->condition() != NULL) &&
!executeExpressions(pathValue)) {
printf("SKIP\n");
_traverser->prune();
continue;
}