Skip to content

Commit

Permalink
Remove commented out stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jul 9, 2019
1 parent 7924fe4 commit 456d3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion io/Ilvis2Reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ T convert(const StringList& s, const std::string& name, size_t fieldno)
void Ilvis2Reader::readPoint(PointRef& point, StringList s,
std::string pointMap)
{
std::cerr << "Reading point!\n";
point.setField(pdal::Dimension::Id::LvisLfid,
convert<unsigned>(s, "LVIS_LFID", 0));
point.setField(pdal::Dimension::Id::ShotNumber,
Expand Down
4 changes: 2 additions & 2 deletions test/unit/filters/MergeTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ TEST(MergeTest, test6)
mgr.setLog(log);
mgr.readPipeline(Support::configuredpath("filters/merge3.json"));

// std::ostringstream oss;
// auto ctx = Utils::redirect(std::clog, oss);
std::ostringstream oss;
auto ctx = Utils::redirect(std::clog, oss);
std::cerr << "Before execute!\n";
mgr.execute();
std::cerr << "After execute!\n";
Expand Down

0 comments on commit 456d3df

Please sign in to comment.