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");
       }


Reply via email to