From: Chris Duncan Date: Wed, 16 Jul 2025 03:05:46 +0000 (-0700) Subject: Remove debugger statement. X-Git-Tag: v0.10.5~57^2~4 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=7d8adb91d338b7fdfe2a93dc0eaf80f2554ddc15;p=libnemo.git Remove debugger statement. --- 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))) }