From: Chris Duncan Date: Fri, 8 Aug 2025 18:28:54 +0000 (-0700) Subject: Remove debugger statement. X-Git-Tag: v0.10.5~43^2~19 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=1c3d52109d35eef3c07bfa60fdaaaac8a9eec73a;p=libnemo.git Remove debugger statement. --- diff --git a/test/test.tools.mjs b/test/test.tools.mjs index 21c413d..d90037b 100644 --- a/test/test.tools.mjs +++ b/test/test.tools.mjs @@ -93,7 +93,6 @@ await Promise.all([ }) await test('throw if nano amount less than zero raw', async () => { - debugger assert.throws(() => Tools.convert('0.0000000000000000000000000000001', 'NANO', 'RAW'), { message: 'Amount must be at least 1 raw' }) })