ptit cleanup
This commit is contained in:
parent
54307b7c17
commit
553ef01765
@ -839,10 +839,6 @@ std::vector<char*> netprot::recvPacks(SOCKET sock, Buffer* buf) {
|
||||
len += bytes;
|
||||
end = len;
|
||||
|
||||
for (int x = 0; x < len; ++x)
|
||||
std::putchar(buf->ptr[x]);
|
||||
std::puts("");
|
||||
|
||||
while (true) {
|
||||
int cmp = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user