Remove incorrect comment

This commit is contained in:
Jonah Back
2021-02-27 12:13:11 -08:00
parent e3adec2bd1
commit 8d4f5ee0ac
@@ -104,7 +104,6 @@ export async function createRouter(
if (options.clusterSupplier) {
clusterDetails = await options.clusterSupplier.getClusters();
// Append supplied clusters to cluster retrieved via getCombinedClusterDetails
} else {
clusterDetails = await getCombinedClusterDetails(
clusterLocatorMethods,