Skip to content

Commit

Permalink
Remove debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Feb 1, 2024
1 parent cdde6dc commit b490573
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/tests-misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ promisedTest("Issue #1890 - BigInt64Array getting corrupted after an update", as
return;
}

debugger;
await db.foo.put({
id: 1,
updated: Date.now(),
Expand Down

0 comments on commit b490573

Please sign in to comment.