aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/tester1.c-pp.js
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2025-07-06 15:36:28 +0000
committerstephan <stephan@noemail.net>2025-07-06 15:36:28 +0000
commit240319decde8af8fc4d0896d7138c7ca282627ea (patch)
tree5c6dfa7c60046e74639fa98932b5f300cf727b0f /ext/wasm/tester1.c-pp.js
parent787f4c3f09d00e79c04822a99fd9a03f7878e959 (diff)
downloadsqlite-240319decde8af8fc4d0896d7138c7ca282627ea.tar.gz
sqlite-240319decde8af8fc4d0896d7138c7ca282627ea.zip
Remove some dead JS code and some extraneous debug output from test code.
FossilOrigin-Name: 6e73770a7f3845055e0130012d844c32c4a1bfdb87e8379c161e1a266a808143
Diffstat (limited to 'ext/wasm/tester1.c-pp.js')
-rw-r--r--ext/wasm/tester1.c-pp.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/wasm/tester1.c-pp.js b/ext/wasm/tester1.c-pp.js
index 446437eef..824b6081d 100644
--- a/ext/wasm/tester1.c-pp.js
+++ b/ext/wasm/tester1.c-pp.js
@@ -1218,9 +1218,9 @@ globalThis.sqlite3InitModule = sqlite3InitModule;
demonstrate that the wrappers for this.db created by this
function do not interfere with downstream tests, e.g. by
closing this.db.pointer. */
- sqlite3.config.debug("Proxying",this.db);
+ //sqlite3.config.debug("Proxying",this.db);
let dw = sqlite3.oo1.DB.wrapHandle(this.db);
- sqlite3.config.debug('dw',dw);
+ //sqlite3.config.debug('dw',dw);
T.assert( dw, '!!dw' )
.assert( dw instanceof sqlite3.oo1.DB, 'dw is-a oo1.DB' )
.assert( dw.pointer, 'dw.pointer' )