We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f0eef commit 9fb806dCopy full SHA for 9fb806d
packages/shell-api/src/helpers.ts
@@ -678,7 +678,6 @@ export async function getPrintableShardStatus(
678
).toArray()) as ShardedDataDistribution;
679
} catch (e) {
680
// Pass, most likely an older version.
681
- console.error('shardedDataDistribution Errored:', e);
682
}
683
684
result.shardedDataDistribution = shardedDataDistribution;
0 commit comments