aboutsummaryrefslogtreecommitdiff
path: root/src/wherecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wherecode.c')
-rw-r--r--src/wherecode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wherecode.c b/src/wherecode.c
index 652df47cc..f2f2c23de 100644
--- a/src/wherecode.c
+++ b/src/wherecode.c
@@ -608,7 +608,6 @@ static int codeEqualityTerm(
pIn++;
}
}
-printf("iEq=%d wsFlags=0x%08x\n", iEq, pLoop->wsFlags); fflush(stdout);
testcase( iEq>0
&& (pLoop->wsFlags & WHERE_IN_SEEKSCAN)==0
&& (pLoop->wsFlags & WHERE_VIRTUALTABLE)!=0 );