Skip to content

Commit 2235456

Browse files
authored
remove debug code "std::cout ... "
1 parent ec4bdbc commit 2235456

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10315,8 +10315,6 @@ TEST(UniversalClientImplTest, Ipv6LiteralAddressHostDefaultPort) {
1031510315
auto res = cli.Get("/");
1031610316
ASSERT_TRUE(res);
1031710317

10318-
std::cout << "status:" << res->status << ", body:" << res->body << std::endl;
10319-
1032010318
EXPECT_EQ(httplib::StatusCode::OK_200, res->status);
1032110319
EXPECT_EQ("[::1]", res->body);
1032210320
}

0 commit comments

Comments
 (0)