We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d294c4 commit 1f1e0c0Copy full SHA for 1f1e0c0
packages/base91/tests/base91.spec.ts
@@ -22,7 +22,6 @@ describe("base91", function () {
22
23
it("simple", async function () {
24
let base91 = await Base91.load();
25
- console.log("base91: ", base91.version());
26
const data = new Uint8Array(Array.from({ length: 1000 }, (_, i) => i % 256));
27
const base91Str = base91.encode(data);
28
const data2 = await base91.decode(base91Str);
0 commit comments