]> zoso.dev Git - nano-pow.git/commitdiff
Remove test logging now that GPU is working.
authorChris Duncan <chris@zoso.dev>
Tue, 11 Mar 2025 18:12:19 +0000 (11:12 -0700)
committerChris Duncan <chris@zoso.dev>
Tue, 11 Mar 2025 18:12:19 +0000 (11:12 -0700)
cli.js

diff --git a/cli.js b/cli.js
index b8c7f419dbb47c3574744d9616399ddc8d1931da..9282ee09ea1b728992e8782dcf107c589c1e0b77 100755 (executable)
--- a/cli.js
+++ b/cli.js
@@ -62,9 +62,6 @@ let start = performance.now();
        await page.setBypassCSP(true)
        await page.goto('chrome://newtab')
        page.on('console', async (msg) => {
-               console.log('start test')
-               console.log(msg.text())
-               console.log('end test')
                const output = msg.text().split(' ')
                if (output[0] === 'cli') {
                        if (output[1] === 'exit') {