Skip to content

Commit 89fe277

Browse files
authored
chore: drop old comment
1 parent c5a0785 commit 89fe277

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/cubestore/js-wrapper/src/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export function isCubeStoreSupported(): boolean {
4848
}
4949

5050
if (process.arch === 'arm64') {
51-
// We mark darwin as supported, but it uses Rosetta 2
5251
if (process.platform === 'darwin') {
5352
return true;
5453
}

0 commit comments

Comments
 (0)