diff options
author | drh <drh@noemail.net> | 2020-10-01 14:38:39 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2020-10-01 14:38:39 +0000 |
commit | 644f43c0f77f0048d776779848457b3317f6077b (patch) | |
tree | 20d741182022a04d86e5866ff6f2d45fc1a51c93 /src/wherecode.c | |
parent | 67306cb3b4fa9019bf812d46f538044f5d354c14 (diff) | |
download | sqlite-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.c | 1 |
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 ); |