Remove commented printf : Got %d bytes: %.*s\n

This commit is contained in:
Akkadius 2015-01-20 01:33:29 -06:00
parent 82c898f6bf
commit 4e19cf0b5d

View File

@ -194,7 +194,6 @@ void HttpdSocket::OnHeaderComplete()
void HttpdSocket::OnData(const char *p,size_t l)
{
//printf("Got %d bytes: %.*s\n", l, l, p);
if (m_file)
{
m_file -> fwrite(p,1,l);