Skip to content

Commit

Permalink
Merge pull request #411 from FlowFuse/395-ui-chart-logs
Browse files Browse the repository at this point in the history
Remove ui-chart logs
  • Loading branch information
joepavitt authored Dec 1, 2023
2 parents 315d38c + 4d1bd64 commit c982ea5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nodes/widgets/ui_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ module.exports = function (RED) {

// function to process a data point being appended to a line/scatter chart
function addToLine (payload, series) {
console.log(payload, series)
const datapoint = {}
datapoint.category = series
// construct our datapoint
Expand Down Expand Up @@ -178,7 +177,6 @@ module.exports = function (RED) {
// return only the msgs with the latest index for each topic/label
return indices.includes(index)
}))
console.log(datastore.get(node.id))
} else if (maxPoints && config.removeOlderPoints) {
// account for multiple lines?
// client-side does this for _each_ line
Expand Down

0 comments on commit c982ea5

Please sign in to comment.