Removed forgotten debug output

This commit is contained in:
Ivan Skytte Jørgensen
2017-04-28 16:12:58 +02:00
parent 8cd7d78998
commit 6ab133910e

@ -798,13 +798,6 @@ skipReplaceHost:
// end the table now
sb.safePrintf ( "</table><br>\n" );
sb.safePrintf("<table>");
for(int i=0; i<nh; i++) {
Host *h = g_hostdb.getHost(hostSort[i]);
sb.safePrintf("<tr><td>%lu</t><td>%lu</td></tr>", h->getLastRequestSendTimestamp(), h->getLastResponseReceiveTimestamp());
}
sb.safePrintf("</table>");
if( g_hostdb.m_numSpareHosts ) {
// print spare hosts table