[tor-commits] [stegotorus/master] Remove another bit of stale debugging code.

zwol at torproject.org zwol at torproject.org
Fri Jul 20 23:17:08 UTC 2012


commit 49604500457446ad18717f8caffd279a9482edd0
Author: Zack Weinberg <zackw at cmu.edu>
Date:   Fri Jun 15 15:29:27 2012 -0700

    Remove another bit of stale debugging code.
---
 src/steg/http.cc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/steg/http.cc b/src/steg/http.cc
index d079292..fef3724 100644
--- a/src/steg/http.cc
+++ b/src/steg/http.cc
@@ -604,8 +604,6 @@ http_server_receive(http_steg_t *s, conn_t *conn, struct evbuffer *dest, struct
   char* data;
   int type;
 
-  log_debug("Receive dump:");
-
   do {
     struct evbuffer_ptr s2 = evbuffer_search(source, "\r\n\r\n", sizeof ("\r\n\r\n") -1 , NULL);
     char *p;





More information about the tor-commits mailing list