Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dvic authored and lpil committed Feb 2, 2025
1 parent 9278b8f commit 8e20561
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sqlight_ffi.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export function coerce_value(value) {
}

export function coerce_blob(value) {
console.log(value);
return value.buffer;
}

Expand Down

0 comments on commit 8e20561

Please sign in to comment.