From 7d8adb91d338b7fdfe2a93dc0eaf80f2554ddc15 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Tue, 15 Jul 2025 20:05:46 -0700 Subject: [PATCH] Remove debugger statement. --- src/lib/entropy.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/entropy.ts b/src/lib/entropy.ts index 23bc888..f3563a6 100644 --- a/src/lib/entropy.ts +++ b/src/lib/entropy.ts @@ -87,7 +87,6 @@ export class Entropy { throw new RangeError('Entropy contains invalid hexadecimal characters') } Entropy.#isInternal = true - debugger resolve(new this(hex.toBytes(input))) } -- 2.47.3