Refactor ARM64 check in ssd.mjs

Removed redundant console log for ARM64 check.
This commit is contained in:
Jay Lee
2026-04-25 20:21:06 -04:00
committed by GitHub
parent 03d79ec62e
commit 5525c79f5b

View File

@@ -118,10 +118,7 @@ async function runSSD() {
await sleep(3000);
await takeScreenshot('oob4.png');
} else {
console.log('NOT running on ARM64');
} else {
console.log('NOT running on ARM64');
}