1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-18 10:21:03 +03:00

Remove a debugging printf() accidentally left in the previous check-in.

FossilOrigin-Name: e9d1efa597fb073dc4bc4286e03059a350ed05d3e6476cd3247e6cde626f458b
This commit is contained in:
drh
2020-10-01 14:38:39 +00:00
parent 67306cb3b4
commit 644f43c0f7
3 changed files with 7 additions and 8 deletions

View File

@@ -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 );