Skip to content

Commit 18ef168

Browse files
committed
remove log line
1 parent 4f7dd7f commit 18ef168

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/geojsonvt_convert.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ void Convert::convertFeature(std::vector<ProjectedFeature>& features,
159159
ProjectedGeometryContainer* geometry = &rings;
160160

161161
features.push_back(create(tags, projectedType, *geometry));
162-
163-
printf("features now has %lu items\n", (unsigned long)features.size());
164162
}
165163

166164
else if (type == "MultiPolygon") {

0 commit comments

Comments
 (0)