Skip to content

Commit

Permalink
Remove warning on pointclouds that is no longer relevant (#558)
Browse files Browse the repository at this point in the history
Fixes #549
  • Loading branch information
twojtasz committed Dec 6, 2019
1 parent 1e2cf1a commit 4981dbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/parser/src/synchronizers/log-slice.js
Expand Up @@ -177,9 +177,6 @@ export default class LogSlice {

// Point cloud
if (pointCloud) {
if (this.pointCloud) {
console.warn(`Point cloud for ${streamName} overwriting previous cloud`); // eslint-disable-line
}
this.pointCloud = pointCloud;
}

Expand Down

0 comments on commit 4981dbd

Please sign in to comment.