diff --git a/client/app/scripts/hoc/metric-feeder.js b/client/app/scripts/hoc/metric-feeder.js index 5665f1303..306d92899 100644 --- a/client/app/scripts/hoc/metric-feeder.js +++ b/client/app/scripts/hoc/metric-feeder.js @@ -149,9 +149,6 @@ export default ComposedComponent => class extends React.Component { const lastValue = samples.length > 0 ? samples[samples.length - 1].value : null; const slidingWindow = {first: movingFirstDate, last: movingLastDate, max, samples, value: lastValue}; - if (this.props.label === 'CPU') { - console.log(lastValue, movingLastDate); - } return ; }