You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zy...@apache.org on 2011/08/09 17:00:36 UTC

svn commit: r1155389 - /trafficserver/traffic/trunk/proxy/http/HttpSM.cc

Author: zym
Date: Tue Aug  9 15:00:35 2011
New Revision: 1155389

URL: http://svn.apache.org/viewvc?rev=1155389&view=rev
Log:
remove the debug codes in the last checkin

Modified:
    trafficserver/traffic/trunk/proxy/http/HttpSM.cc

Modified: trafficserver/traffic/trunk/proxy/http/HttpSM.cc
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/proxy/http/HttpSM.cc?rev=1155389&r1=1155388&r2=1155389&view=diff
==============================================================================
--- trafficserver/traffic/trunk/proxy/http/HttpSM.cc (original)
+++ trafficserver/traffic/trunk/proxy/http/HttpSM.cc Tue Aug  9 15:00:35 2011
@@ -2152,7 +2152,6 @@ HttpSM::state_handle_stat_page(int event
       if (spd->type)
         t_state.internal_msg_buffer_type = spd->type;
       else {
-        Debug("http_zym", "spd->type is null");
         t_state.internal_msg_buffer_type = (char *) xmalloc(10);
         snprintf(t_state.internal_msg_buffer_type, 10, "text/html");
       }