]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5553] Removed a debug cout
authorThomas Markwalder <tmark@isc.org>
Thu, 1 Mar 2018 15:13:16 +0000 (10:13 -0500)
committerThomas Markwalder <tmark@isc.org>
Thu, 1 Mar 2018 15:13:16 +0000 (10:13 -0500)
src/bin/dhcp4/tests/dhcp4_srv_unittest.cc

index e1d14878f5a84c85eac59c7f8041fe890c7d206d..d672105736fdf9c13c6c0a4a72a87bc0ec16199d 100644 (file)
@@ -4022,8 +4022,6 @@ TEST_F(Dhcpv4SrvTest, acceptMessageType) {
 
     bin.clear();
     isc::util::encode::decodeHex(invalid_msg_type, bin);
-
-    std::cout << "bin[32]: " << (int)(bin[32]) << std::endl;
     pkt.reset(new Pkt4(&bin[0], bin.size()));
     pkt->unpack();
     ASSERT_EQ(0xff, pkt->getType());