From 02b92d322c3b0707736dbe6e03d18212d72c4fda Mon Sep 17 00:00:00 2001 From: HeDo Date: Wed, 1 Mar 2023 15:26:11 +0100 Subject: [PATCH] Cleanup --- opendm/dem/ground_rectification/io/las_io.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/opendm/dem/ground_rectification/io/las_io.py b/opendm/dem/ground_rectification/io/las_io.py index 6964040a..ca3edf56 100755 --- a/opendm/dem/ground_rectification/io/las_io.py +++ b/opendm/dem/ground_rectification/io/las_io.py @@ -16,12 +16,6 @@ def read_cloud(point_cloud_path): arrays = pipeline.arrays[0] - # print arrays shape - log.ODM_INFO(str(arrays.shape)) - log.ODM_INFO(str(arrays.dtype)) - log.ODM_INFO(str(arrays)) - log.ODM_INFO(str(arrays[0])) - # Extract point coordinates, classification, and RGB values x = arrays["X"] y = arrays["Y"]