]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Remove debugging statements
authorAidan Van Dyk <aidan@ifax.com>
Thu, 4 Jun 2009 15:43:47 +0000 (15:43 +0000)
committerPatrice Fournier <pfournier@ifax.com>
Fri, 31 Jul 2009 16:09:48 +0000 (12:09 -0400)
(cherry picked from commit 7808eecb32a4e2467e0358194eca9e892a403642)

hfaxd/InetFaxServer.c++

index 8ae87d40fbc182c784165f6006e9ababa0888888..9783c85b1835678481dc161e8e441cbe5c21b6dc 100644 (file)
@@ -484,9 +484,6 @@ InetFaxServer::dataConnect(void)
 FILE*
 InetFaxServer::openDataConn(const char* mode, int& code)
 {
-logDebug("openDataConn(\"%s\", %p)", mode, &code);
-logDebug(" `-> pdata = %d", pdata);
-logDebug(" `-> data = %d", data);
     byte_count = 0;
     if (pdata >= 0) {                  // passive mode, wait for connection
         struct sockaddr_in from;