Skip to content

Commit

Permalink
r.in.pdal: remove debugging pritnout left by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
marisn committed Nov 28, 2024
1 parent 4924166 commit 7908c0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion raster/r.in.pdal/info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x,
pdal::Option las_opt("filename", infile);
las_opts.add(las_opt);
#ifdef PDAL_USE_NOSRS
std::cout << "Have NOSRS\n";
if (nosrs) {
pdal::Option nosrs_opt("nosrs", true);
las_opts.add(nosrs_opt);
Expand Down

0 comments on commit 7908c0e

Please sign in to comment.