Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-mishra committed Dec 29, 2023
1 parent c6eebe1 commit 7f1c8f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion viam_cartographer.go
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ func (cartoSvc *CartographerService) PointCloudMap(ctx context.Context) (func()

if cartoSvc.postprocessed.Load() {
var updatedPc []byte
cartoSvc.logger.Infof("updating point cloud %s", len(cartoSvc.postprocessingTasks))
err = postprocess.UpdatePointCloud(pc, &updatedPc, cartoSvc.postprocessingTasks)
if err != nil {
return nil, err
Expand Down

0 comments on commit 7f1c8f5

Please sign in to comment.