ppp: remove left over debug print

This commit is contained in:
cinap_lenrek 2018-01-21 23:56:37 +01:00
parent 218e61f80f
commit b670fc0ac5

View file

@ -577,7 +577,6 @@ netlog("******* bad count - got %ux expected %ux\n", count&0xfff, ecount);
if(count & Pencrypt) {
//netlog("mppc unencrypt count = %ux\n", count);
rc4(&s->rc4key, p, n);
fprint(2, "plain=%.*H\n", n, p);
}
if(!(count & Pcompress))