Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Sep 21, 2018
1 parent 5559f3c commit 28ad60b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions pylas/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,6 @@ def merge_las(*las_files):
merged = create_from_header(header)
# TODO extra dimensions should be manged better here

print(las_files[0].points_data.point_format.extra_dims)
print(las_files[0].points.dtype)

for dim_name, dim_type in las_files[0].points_data.point_format.extra_dims:
merged.add_extra_dim(dim_name, dim_type)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="pylas",
version="0.3.2",
version="0.3.3",
description="Las/Laz reading and writing in python",
long_description=readme,
url="https://github.com/tmontaigu/pylas",
Expand Down

0 comments on commit 28ad60b

Please sign in to comment.