Skip to content

Commit

Permalink
AggregateStatusCard: remove console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpovolny committed Oct 3, 2019
1 parent 48ec78b commit 40fb0d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/javascript/components/aggregate_status_card.jsx
Expand Up @@ -13,7 +13,6 @@ const AggregateStatusCard = ({ providerId, providerType }) => {
const url = `/${providerType}_dashboard/aggregate_status_data/${providerId || ''}`;
http.get(url)
.then((response) => {
console.log(response.data);
const aggStatusData = response.data.aggStatus;
setCardData({
loading: false,
Expand Down

0 comments on commit 40fb0d1

Please sign in to comment.