Skip to content

Commit

Permalink
Remove debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Dec 17, 2014
1 parent d77e6cf commit 9f28771
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/PipelineManagerTest.cpp
Expand Up @@ -58,8 +58,7 @@ TEST(PipelineManagerTest, basic)
writer->setOptions(optsW);

point_count_t np = mgr.execute();
std::cerr << "Count = " << np << "!\n";
EXPECT_TRUE(np == 1065);
EXPECT_TRUE(np == 1065U);

FileUtils::deleteFile("temp.las");
}
Expand Down

0 comments on commit 9f28771

Please sign in to comment.