Removed debug print

This commit is contained in:
Pranav Srinivas Kumar 2019-04-01 20:59:22 -04:00
parent cc009e347b
commit 20a67c21a9

View File

@ -66,6 +66,4 @@ TEST_CASE("Square a number", "[positional_arguments]") {
program.parse_args({"./main", "15"});
REQUIRE(program.get<int>("square") == 225);
program.print_help();
}