mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
Remove commented printf : Got %d bytes: %.*s\n
This commit is contained in:
parent
82c898f6bf
commit
4e19cf0b5d
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user