]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1522] cleanup
authorJelte Jansen <jelte@isc.org>
Thu, 22 Dec 2011 15:29:35 +0000 (16:29 +0100)
committerJelte Jansen <jelte@isc.org>
Thu, 22 Dec 2011 15:29:35 +0000 (16:29 +0100)
src/lib/server_common/socket_request.cc
src/lib/server_common/tests/socket_requestor_test.cc

index 8f9fca4d67c63094a74a939289bbb8708d7f1d49..a580b51cd0885c1022299521dfc2698c35213647 100644 (file)
@@ -23,9 +23,6 @@
 #include <sys/socket.h>
 #include <cerrno>
 
-// XXX TODO remove
-#include <iostream>
-
 namespace isc {
 namespace server_common {
 
index 2d60525acf6ad235f0cab2848fc66bb0846cec63..c883e721dd6bbe4783b937f42dba0d7997ff40f3 100644 (file)
@@ -374,7 +374,6 @@ private:
                 }
             } else {
                 // send 'CREATOR_SOCKET_OK' first
-                std::cout << "[XX] SENDING ON " << path_ << std::endl;
                 result = isc::util::io::write_data(client_fd, "1", 1);
                 if (result == 1) {
                     result = isc::util::io::send_fd(client_fd, cur_data);