mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Refactor ARM64 check in ssd.mjs
Removed redundant console log for ARM64 check.
This commit is contained in:
@@ -119,9 +119,6 @@ async function runSSD() {
|
|||||||
await sleep(3000);
|
await sleep(3000);
|
||||||
await takeScreenshot('oob4.png');
|
await takeScreenshot('oob4.png');
|
||||||
|
|
||||||
} else {
|
|
||||||
console.log('NOT running on ARM64');
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
console.log('NOT running on ARM64');
|
console.log('NOT running on ARM64');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user