1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Remove a piece of stray debug output. No functional changes.

FossilOrigin-Name: 00ac653562a66aad3112ea322d08be68e05e6bf7413c814dd3f81bf850fcf43b
This commit is contained in:
stephan
2023-08-15 09:16:41 +00:00
parent 24b4cdd8d3
commit 39c3f5f363
3 changed files with 7 additions and 11 deletions

View File

@ -512,7 +512,6 @@ public class Tester1 {
rc = sqlite3_db_status(db, SQLITE_DBSTATUS_SCHEMA_USED, cur32, high32, false);
affirm( 0 == rc );
affirm( cur32.value > 0 );
outln(cur32.value," ",high32.value);
affirm( high32.value == 0 /* always 0 for SCHEMA_USED */ );
sqlite3_close_v2(db);