Skip to content

Commit 1f1e0c0

Browse files
GordonSmithCopilot
andauthored
Update packages/base91/tests/base91.spec.ts
Co-authored-by: Copilot <[email protected]>
1 parent 6d294c4 commit 1f1e0c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/base91/tests/base91.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ describe("base91", function () {
2222

2323
it("simple", async function () {
2424
let base91 = await Base91.load();
25-
console.log("base91: ", base91.version());
2625
const data = new Uint8Array(Array.from({ length: 1000 }, (_, i) => i % 256));
2726
const base91Str = base91.encode(data);
2827
const data2 = await base91.decode(base91Str);

0 commit comments

Comments
 (0)