diff --git a/crash-handler-process/namedsocket-win.cpp b/crash-handler-process/namedsocket-win.cpp index be40938..269cfd9 100644 --- a/crash-handler-process/namedsocket-win.cpp +++ b/crash-handler-process/namedsocket-win.cpp @@ -139,7 +139,6 @@ NamedSocket_win::~NamedSocket_win() { } void acknowledgeUnregister(void) { - std::cout << "Send ack" << std::endl; std::string buffer = "exit"; HANDLE hPipe = CreateFile( TEXT("\\\\.\\pipe\\exit-slobs-crash-handler"),