Skip to content

Commit

Permalink
[7.x] [Telemetry] Remove extra console.log elastic#53203 (elastic#53704)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamieh authored Dec 20, 2019
1 parent 2e6befb commit 6ac1726
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export const getCollectionStatus = async (
},
};
}
console.log('OKOKOKOK');

const liveClusterUuid = skipLiveData ? null : await getLiveElasticsearchClusterUuid(req);
const isLiveCluster = !clusterUuid || liveClusterUuid === clusterUuid;

Expand Down

0 comments on commit 6ac1726

Please sign in to comment.