aboutsummaryrefslogtreecommitdiff
path: root/src/wherecode.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2020-10-01 14:38:39 +0000
committerdrh <drh@noemail.net>2020-10-01 14:38:39 +0000
commit644f43c0f77f0048d776779848457b3317f6077b (patch)
tree20d741182022a04d86e5866ff6f2d45fc1a51c93 /src/wherecode.c
parent67306cb3b4fa9019bf812d46f538044f5d354c14 (diff)
downloadsqlite-644f43c0f77f0048d776779848457b3317f6077b.tar.gz
sqlite-644f43c0f77f0048d776779848457b3317f6077b.zip
Remove a debugging printf() accidentally left in the previous check-in.
FossilOrigin-Name: e9d1efa597fb073dc4bc4286e03059a350ed05d3e6476cd3247e6cde626f458b
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 );