diff options
author | daurnimator <quae@daurnimator.com> | 2017-06-16 17:42:54 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-06-16 18:06:47 +1000 |
commit | 14b09a44efbd321ab521761553ed296c654cb874 (patch) | |
tree | f2e59a0e7513633c0a58b1f0017d43ede63a9266 /tests/test-suite/inprogress | |
parent | 44712eb487251b21032577b9b54ec6716ea643e4 (diff) | |
download | fengari-14b09a44efbd321ab521761553ed296c654cb874.tar.gz fengari-14b09a44efbd321ab521761553ed296c654cb874.tar.bz2 fengari-14b09a44efbd321ab521761553ed296c654cb874.zip |
tests/test-suite/inprogress/db.js: Remove debug print
Diffstat (limited to 'tests/test-suite/inprogress')
-rw-r--r-- | tests/test-suite/inprogress/db.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-suite/inprogress/db.js b/tests/test-suite/inprogress/db.js index 7e51c55..0fd250b 100644 --- a/tests/test-suite/inprogress/db.js +++ b/tests/test-suite/inprogress/db.js @@ -474,7 +474,6 @@ test("[test-suite] db: test hook presence in debug info", function (t) { g() - print(a[f], a[g], a[assert], a[debug.getlocal], a[print]) assert(a[f] and a[g] and a[assert] and a[debug.getlocal] and not a[print]) `, L; |