[7.x] [Telemetry] Remove extra console.log #53203 (#53704)

This commit is contained in:
Ahmad Bamieh 2019-12-20 12:05:17 -05:00 committed by GitHub
parent 2e6befbd21
commit 6ac17261f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -348,7 +348,7 @@ export const getCollectionStatus = async (
},
};
}
console.log('OKOKOKOK');
const liveClusterUuid = skipLiveData ? null : await getLiveElasticsearchClusterUuid(req);
const isLiveCluster = !clusterUuid || liveClusterUuid === clusterUuid;