Skip to content

Commit 6899590

Browse files
committed
remove lint
1 parent 0093cdf commit 6899590

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/pdal/pdalc_pipeline.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ extern "C"
134134

135135
size_t PDALGetPipelineMetadata(PDALPipelinePtr pipeline, char *metadata, size_t size)
136136
{
137-
std::cout << "get metadata starts"<< std::endl;
138137
size_t result = 0;
139138

140139
if (pipeline && metadata && size > 0)

0 commit comments

Comments
 (0)