Follow up to the follow up to r1979.

* outgoing.c
  (write_to_connection): Remove debug logging.


git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1699560 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/outgoing.c b/outgoing.c
index a1a9b4f..a12746c 100644
--- a/outgoing.c
+++ b/outgoing.c
@@ -785,7 +785,6 @@
             if (APR_STATUS_IS_EAGAIN(read_status)) {
                 /* We read some stuff, but should not try to read again. */
                 stop_reading = 1;
-                serf__log(1, __FILE__, "stop reading.\n");
             }
             else if (read_status == SERF_ERROR_WAIT_CONN) {
                 /* The bucket told us that it can't provide more data until
@@ -798,7 +797,6 @@
                    end up in a CPU spin: socket wants something, but we
                    don't have anything (and keep returning EAGAIN)
                  */
-                serf__log(1, __FILE__, "stop writing.\n");
                 conn->stop_writing = 1;
                 conn->dirty_conn = 1;
                 conn->ctx->dirty_pollset = 1;