Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed Jun 29, 2021
1 parent 4741a71 commit 2c55a30
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ export class Listing extends Component {
const hasStandaloneCluster = !!clusters.find(
(cluster) => cluster.cluster_uuid === STANDALONE_CLUSTER_CLUSTER_UUID
);
console.log('clusters passed to table rows', clusters);

return (
<EuiPage>
Expand Down

0 comments on commit 2c55a30

Please sign in to comment.