diff options
| author | rcritten <> | 2005-09-29 19:36:10 +0000 |
|---|---|---|
| committer | rcritten <> | 2005-09-29 19:36:10 +0000 |
| commit | 98c66d1255fdb2fc60defa96a8eeaa7085c6f467 (patch) | |
| tree | 9fc5d1d75bb504c54a1aaeedd139889009f59da7 | |
| parent | bbde2f3f569b0b483b2ba8ce0cf5b43092f210ff (diff) | |
| download | mod_nss-98c66d1255fdb2fc60defa96a8eeaa7085c6f467.tar.gz mod_nss-98c66d1255fdb2fc60defa96a8eeaa7085c6f467.tar.xz mod_nss-98c66d1255fdb2fc60defa96a8eeaa7085c6f467.zip | |
Remove a debug msg that was left in on accident.
| -rw-r--r-- | nss_engine_io.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nss_engine_io.c b/nss_engine_io.c index 667f782..1ac74e0 100644 --- a/nss_engine_io.c +++ b/nss_engine_io.c @@ -504,8 +504,6 @@ static apr_status_t nss_filter_write(ap_filter_t *f, outctx = filter_ctx->outctx; res = PR_Write(filter_ctx->pssl, (char *)data, len); - ap_log_error(APLOG_MARK, APLOG_INFO, 0, NULL, - "Sent returned %d", res); if (res < 0) { int nss_err = PR_GetError(); |
