]> zoso.dev Git - libnemo.git/commitdiff
Remove logging.
authorChris Duncan <chris@zoso.dev>
Sat, 4 Jan 2025 08:42:56 +0000 (00:42 -0800)
committerChris Duncan <chris@zoso.dev>
Sat, 4 Jan 2025 08:42:56 +0000 (00:42 -0800)
src/lib/workers/powgpu.ts

index f2129ba745a3b3934a2ddad3d760d420c106c0ac..c91df86ace2f2002e24738c7dea87f11dd6ab562 100644 (file)
@@ -360,7 +360,6 @@ export class PowGpu extends WorkerInterface {
                const nonce = data.getBigUint64(0, true)
                const found = !!data.getUint32(8)
                console.log(new Uint32Array(data.buffer))
-               console.log(`nonce: ${nonce}`)
                PowGpu.#cpuBuffer.unmap()
 
                if (found) {