2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[2314] Removed debug message.

This commit is contained in:
Marcin Siodelski
2013-01-14 12:42:18 +01:00
parent fc075a50ee
commit f56d5006ad

View File

@@ -59,7 +59,6 @@ public:
void checkResult(ConstElementPtr status, int expected_code) {
ASSERT_TRUE(status);
comment_ = parseAnswer(rcode_, status);
std::cout << comment_->str() << std::endl;
EXPECT_EQ(expected_code, rcode_);
}